Home
last modified time | relevance | path

Searched refs:StartIncrementalGarbageCollectionForTesting (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap.h52 void StartIncrementalGarbageCollectionForTesting() final;
Dtesting.cc30 .StartIncrementalGarbageCollectionForTesting(); in StartGarbageCollection()
Dheap.cc215 void Heap::StartIncrementalGarbageCollectionForTesting() { in StartIncrementalGarbageCollectionForTesting() function in cppgc::internal::Heap
Dheap-base.h204 virtual void StartIncrementalGarbageCollectionForTesting() = 0;
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.h176 void StartIncrementalGarbageCollectionForTesting() final;
Dcpp-heap.cc780 void CppHeap::StartIncrementalGarbageCollectionForTesting() { in StartIncrementalGarbageCollectionForTesting() function in v8::internal::CppHeap