Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dstrings-storage.cc16 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 …]
Dstrings-storage.h23 class V8_EXPORT_PRIVATE StringsStorage {
25 StringsStorage();
26 ~StringsStorage();
27 StringsStorage(const StringsStorage&) = delete;
28 StringsStorage& operator=(const StringsStorage&) = delete;
Dheap-profiler.h25 class StringsStorage; variable
51 StringsStorage* names() const { return names_.get(); } in names()
105 std::unique_ptr<StringsStorage> names_;
Dallocation-tracker.h26 class StringsStorage; variable
111 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
145 StringsStorage* names_;
Dsampling-heap-profiler.h119 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate,
126 StringsStorage* names() const { return names_; } in names()
191 StringsStorage* const names_;
Dprofile-generator.h193 void ReleaseStrings(StringsStorage& strings);
530 StringsStorage& strings() { return function_and_resource_names_; } in strings()
533 StringsStorage function_and_resource_names_;
583 StringsStorage resource_names_;
Dheap-profiler.cc21 names_(new StringsStorage()), in HeapProfiler()
35 names_.reset(new StringsStorage()); in MaybeClearStringsStorage()
Dheap-snapshot-generator.h179 StringsStorage* strings,
503 StringsStorage* names_;
540 StringsStorage* names_;
Dallocation-tracker.cc174 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names) in AllocationTracker()
Dsampling-heap-profiler.cc52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth, in SamplingHeapProfiler()
Dheap-snapshot-generator.cc297 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()
Dprofile-generator.cc267 void CodeEntry::ReleaseStrings(StringsStorage& strings) { in ReleaseStrings()
/third_party/chromium/patch/
D0001-cve.patch151699 StringsStorage resource_names_;