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() 20 StringsStorage::StringsStorage() : names_(StringsMatch) {} in StringsStorage() function in v8::internal::StringsStorage 22 StringsStorage::~StringsStorage() { in ~StringsStorage() 29 const char* StringsStorage::GetCopy(const char* src) { in GetCopy() 42 const char* StringsStorage::GetFormatted(const char* format, ...) { in GetFormatted() 50 const char* StringsStorage::AddOrDisposeString(char* str, int len) { in AddOrDisposeString() 62 const char* StringsStorage::GetVFormatted(const char* format, va_list args) { in GetVFormatted() 72 const char* StringsStorage::GetName(Name* name) { in GetName() 86 const char* StringsStorage::GetName(int index) { in GetName() 90 const char* StringsStorage::GetConsName(const char* prefix, Name* name) { in GetConsName() [all …]
|
D | strings-storage.h | 21 class V8_EXPORT_PRIVATE StringsStorage { 23 StringsStorage(); 24 ~StringsStorage(); 50 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
|
D | heap-profiler.h | 25 class StringsStorage; variable 48 StringsStorage* names() const { return names_.get(); } in names() 100 std::unique_ptr<StringsStorage> names_;
|
D | allocation-tracker.h | 24 class StringsStorage; variable 110 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()), in HeapProfiler() 26 names_.reset(new StringsStorage()); in DeleteAllSnapshots()
|
D | profiler-listener.h | 88 StringsStorage function_and_resource_names_;
|
D | heap-snapshot-generator.h | 480 StringsStorage* names_; 539 StringsStorage* names_;
|
D | allocation-tracker.cc | 181 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names) in AllocationTracker()
|
D | sampling-heap-profiler.cc | 52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth, in SamplingHeapProfiler()
|
D | profile-generator.h | 428 StringsStorage resource_names_;
|
D | heap-snapshot-generator.cc | 793 StringsStorage* names_; 2083 StringsStorage* names_; 2115 StringsStorage* names_; 2121 const char* EmbedderGraphNodeName(StringsStorage* names, in EmbedderGraphNodeName() 2136 const char* MergeNames(StringsStorage* names, const char* embedder_name, in MergeNames()
|