HomeSort by relevance Sort by last modified time
    Searched defs:HeapEntriesAllocator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 330 class HeapEntriesAllocator {
332 virtual ~HeapEntriesAllocator() { }
386 HeapEntriesAllocator* allocator) = 0;
389 HeapEntriesAllocator* allocator) = 0;
416 class V8HeapExplorer : public HeapEntriesAllocator {
581 HeapEntriesAllocator* synthetic_entries_allocator_;
582 HeapEntriesAllocator* native_entries_allocator_;
  /external/v8/src/
profile-generator.h 794 class HeapEntriesAllocator {
796 virtual ~HeapEntriesAllocator() { }
811 void Pair(HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry);
824 EntryInfo(HeapEntry* entry, HeapEntriesAllocator* allocator)
831 HeapEntriesAllocator* allocator;
877 HeapEntriesAllocator* allocator) = 0;
880 HeapEntriesAllocator* allocator) = 0;
915 class V8HeapExplorer : public HeapEntriesAllocator {
    [all...]

Completed in 24 milliseconds