Home | History | Annotate | Download | only in src

Lines Matching refs:HeapEntriesAllocator

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 {
1066 HeapEntriesAllocator* synthetic_entries_allocator_;
1067 HeapEntriesAllocator* native_entries_allocator_;