Lines Matching refs:heap
5 #include "src/heap/concurrent-allocator.h"
10 #include "src/heap/concurrent-allocator-inl.h"
11 #include "src/heap/heap.h"
12 #include "src/heap/local-heap-inl.h"
13 #include "src/heap/local-heap.h"
14 #include "src/heap/marking.h"
15 #include "src/heap/memory-chunk.h"
16 #include "src/heap/parked-scope.h"
22 Heap* heap = isolate_->heap();
23 LocalHeap local_heap(heap, ThreadKind::kBackground);
35 if (heap->gc_state() == Heap::TEAR_DOWN) return;
41 heap->CreateFillerObjectAtBackground(
52 heap->CreateFillerObjectAtBackground(
63 heap->CreateFillerObjectAtBackground(
148 space_->heap(), AllocationResult::FromObject(object), result->second);
176 Heap* ConcurrentAllocator::owning_heap() const { return space_->heap(); }