Lines Matching refs:heap
11 #include "src/heap/heap-inl.h"
12 #include "src/heap/incremental-marking.h"
13 #include "src/heap/large-spaces.h"
14 #include "src/heap/memory-chunk-inl.h"
15 #include "src/heap/new-spaces.h"
16 #include "src/heap/paged-spaces.h"
17 #include "src/heap/spaces.h"
48 heap()->IncrementExternalBackingStoreBytes(type, amount);
54 heap()->DecrementExternalBackingStoreBytes(type, amount);
91 OldGenerationMemoryChunkIterator::OldGenerationMemoryChunkIterator(Heap* heap)
92 : heap_(heap),
94 old_iterator_(heap->old_space()->begin()),
95 code_iterator_(heap->code_space()->begin()),
96 map_iterator_(heap->map_space() ? heap->map_space()->begin()
98 lo_iterator_(heap->lo_space()->begin()),
99 code_lo_iterator_(heap->code_lo_space()->begin()) {}
153 LocalAllocationBuffer LocalAllocationBuffer::FromResult(Heap* heap,
162 return LocalAllocationBuffer(heap, LinearAllocationArea(top, top + size));
228 obj = heap()->PrecedeWithFiller(obj, filler_size);