Lines Matching defs:heap
19 #include "src/objects/heap-object.h"
28 #include "src/heap/reference-summarizer.h"
103 // HeapEntry instances represent an entity from the heap (or a special
212 // HeapSnapshot represents a single heap snapshot. It is stored in
214 // HeapSnapshots. All HeapSnapshots share strings copied from JS heap
294 explicit HeapObjectsMap(Heap* heap);
298 Heap* heap() const { return heap_; }
352 // in any kind of heap memory.
370 // An implementation of V8 heap graph extractor.
556 // real heap objects and their representations in heap snapshots.
559 // their representations in heap snapshots.
565 Heap* heap);
623 Heap* heap() const { return heap_; }