Home
last modified time | relevance | path

Searched refs:GetAllocLength (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/libplatform/tracing/
Dtrace-object.cc18 V8_INLINE static size_t GetAllocLength(const char* str) { in GetAllocLength() function
69 alloc_size += GetAllocLength(name) + GetAllocLength(scope); in Initialize()
71 alloc_size += GetAllocLength(arg_names_[i]); in Initialize()
81 if (arg_is_copy[i]) alloc_size += GetAllocLength(arg_values_[i].as_string); in Initialize()
/external/libchrome/base/trace_event/
Dtrace_event_impl.cc25 size_t GetAllocLength(const char* str) { return str ? strlen(str) + 1 : 0; } in GetAllocLength() function
135 alloc_size += GetAllocLength(name) + GetAllocLength(scope); in Initialize()
137 alloc_size += GetAllocLength(arg_names_[i]); in Initialize()
152 alloc_size += GetAllocLength(arg_values_[i].as_string); in Initialize()