Home
last modified time | relevance | path

Searched refs:StringsStorage (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/profiler/
Dstrings-storage.cc14 bool StringsStorage::StringsMatch(void* key1, void* key2) { in StringsMatch()
20 StringsStorage::StringsStorage(Heap* heap) in StringsStorage() function in v8::internal::StringsStorage
24 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 …]
Dstrings-storage.h16 class StringsStorage {
18 explicit StringsStorage(Heap* heap);
19 ~StringsStorage();
40 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
Dheap-profiler.h19 class StringsStorage; variable
38 StringsStorage* names() const { return names_.get(); } in names()
77 base::SmartPointer<StringsStorage> names_;
Dallocation-tracker.h24 class StringsStorage; variable
108 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
143 StringsStorage* names_;
Dheap-profiler.cc17 names_(new StringsStorage(heap)), in HeapProfiler()
36 names_.Reset(new StringsStorage(heap())); in DeleteAllSnapshots()
Dheap-snapshot-generator.h462 StringsStorage* names_;
521 StringsStorage* names_;
Dallocation-tracker.cc195 HeapObjectsMap* ids, StringsStorage* names) in AllocationTracker()
Dprofile-generator.h342 StringsStorage function_and_resource_names_;
Dheap-snapshot-generator.cc951 StringsStorage* names_;
2261 StringsStorage* names_;