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()
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 …]
Dstrings-storage.h19 class StringsStorage {
21 explicit StringsStorage(Heap* heap);
22 ~StringsStorage();
44 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
Dheap-profiler.h21 class StringsStorage; variable
46 StringsStorage* names() const { return names_.get(); } in names()
88 std::unique_ptr<StringsStorage> names_;
Dallocation-tracker.h24 class StringsStorage; variable
108 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(heap)), in HeapProfiler()
37 names_.reset(new StringsStorage(heap())); in DeleteAllSnapshots()
Dprofiler-listener.h88 StringsStorage function_and_resource_names_;
Dheap-snapshot-generator.h464 StringsStorage* names_;
523 StringsStorage* names_;
Dallocation-tracker.cc193 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names) in AllocationTracker()
Dprofile-generator.h357 StringsStorage resource_names_;
Dsampling-heap-profiler.cc52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth, in SamplingHeapProfiler()
Dheap-snapshot-generator.cc926 StringsStorage* names_;
2220 StringsStorage* names_;