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

  /external/v8/src/
heap-profiler.h 39 StringsStorage* names() const { return names_.get(); }
75 SmartPointer<StringsStorage> names_;
profile-generator.cc 21 bool StringsStorage::StringsMatch(void* key1, void* key2) {
27 StringsStorage::StringsStorage(Heap* heap)
32 StringsStorage::~StringsStorage() {
41 const char* StringsStorage::GetCopy(const char* src) {
55 const char* StringsStorage::GetFormatted(const char* format, ...) {
64 const char* StringsStorage::AddOrDisposeString(char* str, int len) {
77 const char* StringsStorage::GetVFormatted(const char* format, va_list args) {
88 const char* StringsStorage::GetName(Name* name)
    [all...]
profile-generator.h 19 class StringsStorage {
21 explicit StringsStorage(Heap* heap);
22 ~StringsStorage();
43 DISALLOW_COPY_AND_ASSIGN(StringsStorage);
295 StringsStorage function_and_resource_names_;
allocation-tracker.h 99 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
134 StringsStorage* names_;
heap-profiler.cc 17 names_(new StringsStorage(heap)),
37 names_.Reset(new StringsStorage(heap()));
heap-snapshot-generator.h 450 StringsStorage* names_;
508 StringsStorage* names_;
allocation-tracker.cc 196 HeapObjectsMap* ids, StringsStorage* names)
heap-snapshot-generator.cc 947 StringsStorage* names_;
    [all...]

Completed in 151 milliseconds