Home
last modified time | relevance | path

Searched refs:StartIncrementalGarbageCollection (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-invoker.cc26 void StartIncrementalGarbageCollection(GarbageCollector::Config) final;
111 void GCInvoker::GCInvokerImpl::StartIncrementalGarbageCollection( in StartIncrementalGarbageCollection() function in cppgc::internal::GCInvoker::GCInvokerImpl
127 collector_->StartIncrementalGarbageCollection(config); in StartIncrementalGarbageCollection()
141 void GCInvoker::StartIncrementalGarbageCollection( in StartIncrementalGarbageCollection() function in cppgc::internal::GCInvoker
143 impl_->StartIncrementalGarbageCollection(config); in StartIncrementalGarbageCollection()
H A Dgc-invoker.h38 void StartIncrementalGarbageCollection(GarbageCollector::Config) final;
H A Dheap.h36 void StartIncrementalGarbageCollection(Config) final;
H A Dgarbage-collector.h74 virtual void StartIncrementalGarbageCollection(Config) = 0;
H A Dheap-growing.cc101 collector_->StartIncrementalGarbageCollection( in AllocatedObjectSizeIncreased()
H A Dheap.cc121 void Heap::StartIncrementalGarbageCollection(Config config) { in StartIncrementalGarbageCollection() function in cppgc::internal::Heap

Completed in 4 milliseconds