Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dstrings-storage.cc15 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 …]
Dstrings-storage.h21 class V8_EXPORT_PRIVATE StringsStorage {
23 StringsStorage();
24 ~StringsStorage();
50 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
Dheap-profiler.h25 class StringsStorage; variable
48 StringsStorage* names() const { return names_.get(); } in names()
100 std::unique_ptr<StringsStorage> names_;
Dallocation-tracker.h24 class StringsStorage; variable
110 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
142 StringsStorage* names_;
Dsampling-heap-profiler.h44 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate,
50 StringsStorage* names() const { return names_; } in names()
147 StringsStorage* const names_;
Dheap-profiler.cc19 names_(new StringsStorage()), in HeapProfiler()
26 names_.reset(new StringsStorage()); in DeleteAllSnapshots()
Dprofiler-listener.h88 StringsStorage function_and_resource_names_;
Dheap-snapshot-generator.h480 StringsStorage* names_;
539 StringsStorage* names_;
Dallocation-tracker.cc181 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names) in AllocationTracker()
Dsampling-heap-profiler.cc52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth, in SamplingHeapProfiler()
Dprofile-generator.h428 StringsStorage resource_names_;
Dheap-snapshot-generator.cc793 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()