Home
last modified time | relevance | path

Searched defs:heap_handle (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-consistency.cc16 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()
Dheap-state.cc13 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()
Dtesting.cc14 HeapHandle& heap_handle, EmbedderStackState state) in OverrideEmbedderStackStateScope()
25 StandaloneTestingHeap::StandaloneTestingHeap(HeapHandle& heap_handle) in StandaloneTestingHeap()
Dwrite-barrier.cc83 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()
Dexplicit-management.cc20 bool InGC(HeapHandle& heap_handle) { in InGC()
30 void ExplicitManagementImpl::FreeUnreferencedObject(HeapHandle& heap_handle, in FreeUnreferencedObject()
Dheap-base.h82 static HeapBase& From(cppgc::HeapHandle& heap_handle) { in From()
85 static const HeapBase& From(const cppgc::HeapHandle& heap_handle) { in From()
/third_party/node/deps/v8/include/cppgc/
Dexplicit-management.h61 void FreeUnreferencedObject(HeapHandle& heap_handle, T& object) { in FreeUnreferencedObject()