Lines Matching defs:heap
14 #include "src/heap/heap.h"
15 #include "src/heap/spaces.h"
17 #include "src/objects/heap-object.h"
43 SemiSpace(Heap* heap, SemiSpaceId semispace)
44 : Space(heap, NEW_SPACE, new NoFreeList()),
161 std::unique_ptr<ObjectIterator> GetObjectIterator(Heap* heap) override;
216 // semispace of the heap's new space. It iterates over the objects in the
248 NewSpace(Heap* heap, v8::PageAllocator* page_allocator,
316 return heap()->YoungArrayBufferBytes();
467 std::unique_ptr<ObjectIterator> GetObjectIterator(Heap* heap) override;