Searched refs:StringsStorage (Results 1 – 9 of 9) sorted by relevance
14 bool StringsStorage::StringsMatch(void* key1, void* key2) { in StringsMatch()20 StringsStorage::StringsStorage(Heap* heap) in StringsStorage() function in v8::internal::StringsStorage24 StringsStorage::~StringsStorage() { in ~StringsStorage()31 const char* StringsStorage::GetCopy(const char* src) { in GetCopy()45 const char* StringsStorage::GetFormatted(const char* format, ...) { in GetFormatted()54 const char* StringsStorage::AddOrDisposeString(char* str, int len) { in AddOrDisposeString()67 const char* StringsStorage::GetVFormatted(const char* format, va_list args) { in GetVFormatted()78 const char* StringsStorage::GetName(Name* name) { in GetName()93 const char* StringsStorage::GetName(int index) { in GetName()98 const char* StringsStorage::GetFunctionName(Name* name) { in GetFunctionName()[all …]
16 class StringsStorage {18 explicit StringsStorage(Heap* heap);19 ~StringsStorage();40 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
19 class StringsStorage; variable38 StringsStorage* names() const { return names_.get(); } in names()77 base::SmartPointer<StringsStorage> names_;
24 class StringsStorage; variable108 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);143 StringsStorage* names_;
17 names_(new StringsStorage(heap)), in HeapProfiler()36 names_.Reset(new StringsStorage(heap())); in DeleteAllSnapshots()
462 StringsStorage* names_;521 StringsStorage* names_;
195 HeapObjectsMap* ids, StringsStorage* names) in AllocationTracker()
342 StringsStorage function_and_resource_names_;
951 StringsStorage* names_;2261 StringsStorage* names_;