HomeSort by relevance Sort by last modified time
    Searched refs:StringsStorage (Results 1 - 12 of 12) sorted by null

  /external/v8/src/profiler/
strings-storage.h 19 class StringsStorage {
21 explicit StringsStorage(Heap* heap);
22 ~StringsStorage();
44 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
strings-storage.cc 15 bool StringsStorage::StringsMatch(void* key1, void* key2) {
21 StringsStorage::StringsStorage(Heap* heap)
25 StringsStorage::~StringsStorage() {
33 const char* StringsStorage::GetCopy(const char* src) {
47 const char* StringsStorage::GetFormatted(const char* format, ...) {
56 const char* StringsStorage::AddOrDisposeString(char* str, int len) {
69 const char* StringsStorage::GetVFormatted(const char* format, va_list args) {
80 const char* StringsStorage::GetName(Name* name)
    [all...]
heap-profiler.h 21 class StringsStorage;
46 StringsStorage* names() const { return names_.get(); }
88 std::unique_ptr<StringsStorage> names_;
allocation-tracker.h 24 class StringsStorage;
108 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
142 StringsStorage* names_;
sampling-heap-profiler.h 44 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate,
50 StringsStorage* names() const { return names_; }
147 StringsStorage* const names_;
profiler-listener.h 88 StringsStorage function_and_resource_names_;
heap-profiler.cc 19 names_(new StringsStorage(heap)),
37 names_.reset(new StringsStorage(heap()));
heap-snapshot-generator.h 464 StringsStorage* names_;
523 StringsStorage* names_;
allocation-tracker.cc 193 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names)
profile-generator.h 357 StringsStorage resource_names_;
sampling-heap-profiler.cc 52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth,
heap-snapshot-generator.cc 926 StringsStorage* names_;
    [all...]

Completed in 74 milliseconds