Lines Matching refs:heap
13 #include "src/heap/base/active-system-pages.h"
14 #include "src/heap/basic-memory-chunk.h"
15 #include "src/heap/heap.h"
16 #include "src/heap/invalidated-slots.h"
17 #include "src/heap/list.h"
18 #include "src/heap/marking.h"
19 #include "src/heap/memory-chunk-layout.h"
20 #include "src/heap/slot-set.h"
31 // any heap object.
56 MemoryChunk(Heap* heap, BaseSpace* space, size_t size, Address area_start,
201 heap::ListNode<MemoryChunk>& list_node() { return list_node_; }
202 const heap::ListNode<MemoryChunk>& list_node() const { return list_node_; }
274 // Tracks off-heap memory used by this memory chunk.
277 heap::ListNode<MemoryChunk> list_node_;