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 21 class V8_EXPORT_PRIVATE StringsStorage {
23 StringsStorage();
24 ~StringsStorage();
50 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
strings-storage.cc 15 bool StringsStorage::StringsMatch(void* key1, void* key2) {
20 StringsStorage::StringsStorage() : names_(StringsMatch) {}
22 StringsStorage::~StringsStorage() {
29 const char* StringsStorage::GetCopy(const char* src) {
42 const char* StringsStorage::GetFormatted(const char* format, ...) {
50 const char* StringsStorage::AddOrDisposeString(char* str, int len) {
62 const char* StringsStorage::GetVFormatted(const char* format, va_list args) {
72 const char* StringsStorage::GetName(Name* name)
    [all...]
allocation-tracker.h 24 class StringsStorage;
110 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
142 StringsStorage* names_;
heap-profiler.h 25 class StringsStorage;
48 StringsStorage* names() const { return names_.get(); }
100 std::unique_ptr<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()),
26 names_.reset(new StringsStorage());
heap-snapshot-generator.h 480 StringsStorage* names_;
539 StringsStorage* names_;
allocation-tracker.cc 181 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names)
sampling-heap-profiler.cc 52 Heap* heap, StringsStorage* names, uint64_t rate, int stack_depth,
profile-generator.h 428 StringsStorage resource_names_;
heap-snapshot-generator.cc 793 StringsStorage* names_;
    [all...]

Completed in 149 milliseconds