Searched refs:StringsStorage (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/profiler/ |
D | strings-storage.cc | 15 bool StringsStorage::StringsMatch(void* key1, void* key2) { in StringsMatch() 21 StringsStorage::StringsStorage(Heap* heap) in StringsStorage() function in v8::internal::StringsStorage 25 StringsStorage::~StringsStorage() { in ~StringsStorage() 33 const char* StringsStorage::GetCopy(const char* src) { in GetCopy() 47 const char* StringsStorage::GetFormatted(const char* format, ...) { in GetFormatted() 56 const char* StringsStorage::AddOrDisposeString(char* str, int len) { in AddOrDisposeString() 69 const char* StringsStorage::GetVFormatted(const char* format, va_list args) { in GetVFormatted() 80 const char* StringsStorage::GetName(Name* name) { in GetName() 95 const char* StringsStorage::GetName(int index) { in GetName() 100 const char* StringsStorage::GetFunctionName(Name* name) { in GetFunctionName() [all …]
|
D | strings-storage.h | 19 class StringsStorage { 21 explicit StringsStorage(Heap* heap); 22 ~StringsStorage(); 44 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
|
D | heap-profiler.h | 21 class StringsStorage; variable 46 StringsStorage* names() const { return names_.get(); } in names() 88 std::unique_ptr<StringsStorage> names_;
|
D | allocation-tracker.h | 24 class StringsStorage; variable 108 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names); 142 StringsStorage* names_;
|
D | sampling-heap-profiler.h | 44 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate, 50 StringsStorage* names() const { return names_; } in names() 147 StringsStorage* const names_;
|
D | heap-profiler.cc | 19 names_(new StringsStorage(heap)), in HeapProfiler() 37 names_.reset(new StringsStorage(heap())); in DeleteAllSnapshots()
|
D | profiler-listener.h | 88 StringsStorage function_and_resource_names_;
|
D | heap-snapshot-generator.h | 464 StringsStorage* names_; 523 StringsStorage* names_;
|
D | allocation-tracker.cc | 193 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names) in AllocationTracker()
|
D | profile-generator.h | 357 StringsStorage resource_names_;
|
D | sampling-heap-profiler.cc | 52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth, in SamplingHeapProfiler()
|
D | heap-snapshot-generator.cc | 926 StringsStorage* names_; 2220 StringsStorage* names_;
|