HomeSort by relevance Sort by last modified time
    Searched refs:GetAllocLength (Results 1 - 2 of 2) sorted by null

  /external/v8/src/libplatform/tracing/
trace-object.cc 18 V8_INLINE static size_t GetAllocLength(const char* str) {
69 alloc_size += GetAllocLength(name) + GetAllocLength(scope);
71 alloc_size += GetAllocLength(arg_names_[i]);
81 if (arg_is_copy[i]) alloc_size += GetAllocLength(arg_values_[i].as_string);
  /external/libchrome/base/trace_event/
trace_event_impl.cc 27 size_t GetAllocLength(const char* str) { return str ? strlen(str) + 1 : 0; }
137 alloc_size += GetAllocLength(name) + GetAllocLength(scope);
139 alloc_size += GetAllocLength(arg_names_[i]);
154 alloc_size += GetAllocLength(arg_values_[i].as_string);

Completed in 156 milliseconds