Searched defs:heap_handle (Results 1 – 7 of 7) sorted by relevance
16 cppgc::HeapHandle& heap_handle) { in IsGarbageCollectionAllowed()22 void DisallowGarbageCollectionScope::Enter(cppgc::HeapHandle& heap_handle) { in Enter()28 void DisallowGarbageCollectionScope::Leave(cppgc::HeapHandle& heap_handle) { in Leave()35 cppgc::HeapHandle& heap_handle) in DisallowGarbageCollectionScope()45 void NoGarbageCollectionScope::Enter(cppgc::HeapHandle& heap_handle) { in Enter()51 void NoGarbageCollectionScope::Leave(cppgc::HeapHandle& heap_handle) { in Leave()58 cppgc::HeapHandle& heap_handle) in NoGarbageCollectionScope()
13 bool HeapState::IsMarking(const HeapHandle& heap_handle) { in IsMarking()20 bool HeapState::IsSweeping(const HeapHandle& heap_handle) { in IsSweeping()25 bool HeapState::IsSweepingOnOwningThread(const HeapHandle& heap_handle) { in IsSweepingOnOwningThread()32 bool HeapState::IsInAtomicPause(const HeapHandle& heap_handle) { in IsInAtomicPause()37 bool HeapState::PreviousGCWasConservative(const HeapHandle& heap_handle) { in PreviousGCWasConservative()
14 HeapHandle& heap_handle, EmbedderStackState state) in OverrideEmbedderStackStateScope()25 StandaloneTestingHeap::StandaloneTestingHeap(HeapHandle& heap_handle) in StandaloneTestingHeap()
83 HeapHandle& heap_handle, const void* first_element, size_t element_size, in DijkstraMarkingBarrierRangeSlow()179 bool WriteBarrierTypeForNonCagedHeapPolicy::IsMarking(HeapHandle& heap_handle) { in IsMarking()189 const HeapHandle& heap_handle, WriteBarrier::Params& params) { in IsMarking()
20 bool InGC(HeapHandle& heap_handle) { in InGC()30 void ExplicitManagementImpl::FreeUnreferencedObject(HeapHandle& heap_handle, in FreeUnreferencedObject()
82 static HeapBase& From(cppgc::HeapHandle& heap_handle) { in From()85 static const HeapBase& From(const cppgc::HeapHandle& heap_handle) { in From()
61 void FreeUnreferencedObject(HeapHandle& heap_handle, T& object) { in FreeUnreferencedObject()