Searched refs:StringsStorage (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/profiler/ |
D | strings-storage.cc | 16 bool StringsStorage::StringsMatch(void* key1, void* key2) { in StringsMatch() 21 StringsStorage::StringsStorage() : names_(StringsMatch) {} in StringsStorage() function in v8::internal::StringsStorage 23 StringsStorage::~StringsStorage() { in ~StringsStorage() 30 const char* StringsStorage::GetCopy(const char* src) { in GetCopy() 46 const char* StringsStorage::GetFormatted(const char* format, ...) { in GetFormatted() 54 const char* StringsStorage::AddOrDisposeString(char* str, int len) { in AddOrDisposeString() 69 const char* StringsStorage::GetVFormatted(const char* format, va_list args) { in GetVFormatted() 79 const char* StringsStorage::GetSymbol(Symbol sym) { in GetSymbol() 96 const char* StringsStorage::GetName(Name name) { in GetName() 110 const char* StringsStorage::GetName(int index) { in GetName() [all …]
|
D | strings-storage.h | 23 class V8_EXPORT_PRIVATE StringsStorage { 25 StringsStorage(); 26 ~StringsStorage(); 27 StringsStorage(const StringsStorage&) = delete; 28 StringsStorage& operator=(const StringsStorage&) = delete;
|
D | heap-profiler.h | 25 class StringsStorage; variable 51 StringsStorage* names() const { return names_.get(); } in names() 105 std::unique_ptr<StringsStorage> names_;
|
D | allocation-tracker.h | 26 class StringsStorage; variable 111 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names); 145 StringsStorage* names_;
|
D | sampling-heap-profiler.h | 119 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate, 126 StringsStorage* names() const { return names_; } in names() 191 StringsStorage* const names_;
|
D | profile-generator.h | 193 void ReleaseStrings(StringsStorage& strings); 530 StringsStorage& strings() { return function_and_resource_names_; } in strings() 533 StringsStorage function_and_resource_names_; 583 StringsStorage resource_names_;
|
D | heap-profiler.cc | 21 names_(new StringsStorage()), in HeapProfiler() 35 names_.reset(new StringsStorage()); in MaybeClearStringsStorage()
|
D | heap-snapshot-generator.h | 179 StringsStorage* strings, 503 StringsStorage* names_; 540 StringsStorage* names_;
|
D | allocation-tracker.cc | 174 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 | heap-snapshot-generator.cc | 297 StringsStorage* names, in SetNamedAutoIndexReference() 2436 StringsStorage* names_; 2442 const char* EmbedderGraphNodeName(StringsStorage* names, in EmbedderGraphNodeName() 2457 const char* MergeNames(StringsStorage* names, const char* embedder_name, in MergeNames()
|
D | profile-generator.cc | 267 void CodeEntry::ReleaseStrings(StringsStorage& strings) { in ReleaseStrings()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 151699 StringsStorage resource_names_;
|