Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.cc115 return AddOrDisposeString(dst.start(), hash); in GetCopy()
128 const char* StringsStorage::AddOrDisposeString(char* str, uint32_t hash) { in AddOrDisposeString() function in v8::internal::StringsStorage
148 return AddOrDisposeString(str.start(), hash); in GetVFormatted()
154 return AddOrDisposeString( in GetName()
Dprofile-generator.h82 const char* AddOrDisposeString(char* str, uint32_t hash);