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

  /external/v8/src/
profile-generator.cc 115 return AddOrDisposeString(dst.start(), hash);
128 const char* StringsStorage::AddOrDisposeString(char* str, uint32_t hash) {
149 return AddOrDisposeString(str.start(), hash);
160 return AddOrDisposeString(data.Detach(), hash);
    [all...]
profile-generator.h 85 const char* AddOrDisposeString(char* str, uint32_t hash);
    [all...]

Completed in 49 milliseconds