Searched refs:GetAllocLength (Results 1 – 2 of 2) sorted by relevance
18 V8_INLINE static size_t GetAllocLength(const char* str) { in GetAllocLength() function69 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()
25 size_t GetAllocLength(const char* str) { return str ? strlen(str) + 1 : 0; } in GetAllocLength() function135 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()