Lines Matching refs:heap
10 #include "src/heap/cppgc/heap-base.h"
11 #include "src/heap/cppgc/heap-object-header.h"
12 #include "src/heap/cppgc/heap-page.h"
13 #include "src/heap/cppgc/memory.h"
21 const auto& heap = HeapBase::From(heap_handle);
24 return heap.in_atomic_pause() || heap.marker() ||
25 heap.sweeper().IsSweepingInProgress();
48 base_page->heap().stats_collector()->NotifyExplicitFree(
63 base_page->heap().stats_collector()->NotifyExplicitFree(header_size);
119 base_page.heap().stats_collector()->NotifyExplicitFree(size_delta);
125 base_page.heap().remembered_set().InvalidateRememberedSlotsInRange(
140 if (InGC(base_page->heap())) {