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

  /external/v8/src/
heap-snapshot-generator.h 271 class HeapEntriesAllocator {
273 virtual ~HeapEntriesAllocator() { }
328 class V8HeapExplorer : public HeapEntriesAllocator {
515 HeapEntriesAllocator* synthetic_entries_allocator_;
516 HeapEntriesAllocator* native_entries_allocator_;
heap-snapshot-generator.cc 900 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
909 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
    [all...]

Completed in 44 milliseconds