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

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 274 class HeapEntriesAllocator {
276 virtual ~HeapEntriesAllocator() { }
331 class V8HeapExplorer : public HeapEntriesAllocator {
526 HeapEntriesAllocator* synthetic_entries_allocator_;
527 HeapEntriesAllocator* native_entries_allocator_;
heap-snapshot-generator.cc 916 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
925 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
    [all...]

Completed in 667 milliseconds