Home
last modified time | relevance | path

Searched refs:GetAllocLength (Results 1 – 1 of 1) 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()