Home
last modified time | relevance | path

Searched refs:AdvanceIncrementalGarbageCollectionOnAllocationIfNeeded (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/cppgc/
Dheap-base.cc92 void HeapBase::AdvanceIncrementalGarbageCollectionOnAllocationIfNeeded() { in AdvanceIncrementalGarbageCollectionOnAllocationIfNeeded() function in cppgc::internal::HeapBase
Dheap-base.h140 void AdvanceIncrementalGarbageCollectionOnAllocationIfNeeded();
Dobject-allocator.cc113 raw_heap_->heap()->AdvanceIncrementalGarbageCollectionOnAllocationIfNeeded(); in OutOfLineAllocate()