Home | History | Annotate | Download | only in heap

Lines Matching refs:Heap

11 #include "src/heap/heap.h"
12 #include "src/heap/objects-visiting.h"
20 explicit ObjectStats(Heap* heap) : heap_(heap) { ClearObjectStats(); }
94 Heap* heap() { return heap_; }
118 Heap* heap_;
135 ObjectStatsCollector(Heap* heap, ObjectStats* stats)
136 : heap_(heap), stats_(stats) {}
162 Heap* heap_;