Home
last modified time | relevance | path

Searched refs:StartGarbageCollection (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap.cc115 StartGarbageCollection(config); in CollectGarbage()
130 StartGarbageCollection(config); in StartIncrementalGarbageCollection()
145 void Heap::StartGarbageCollection(Config config) { in StartGarbageCollection() function in cppgc::internal::Heap
218 StartGarbageCollection({Config::CollectionType::kMajor, in StartIncrementalGarbageCollectionForTesting()
Dheap.h47 void StartGarbageCollection(Config);
Dtesting.cc28 void StandaloneTestingHeap::StartGarbageCollection() { in StartGarbageCollection() function in cppgc::testing::StandaloneTestingHeap
/third_party/node/deps/v8/include/cppgc/
Dtesting.h64 void StartGarbageCollection();