Searched defs:CollectGarbage (Results 1 – 10 of 10) sorted by relevance
80 void GCInvoker::GCInvokerImpl::CollectGarbage(GarbageCollector::Config config) { in CollectGarbage() function in cppgc::internal::GCInvoker::GCInvokerImpl119 void GCInvoker::CollectGarbage(GarbageCollector::Config config) { in CollectGarbage() function in cppgc::internal::GCInvoker
92 void Heap::CollectGarbage(Config config) { in CollectGarbage() function in cppgc::internal::Heap
53 void PythonRefManager::CollectGarbage() { in CollectGarbage() function in xla::PythonRefManager
49 bool Heap::CollectGarbage() { return false; } in CollectGarbage() function in v8::internal::third_party_heap::Heap
83 static void CollectGarbage(pthread_t thread) { in CollectGarbage() function
53 inline void CollectGarbage(std::vector<vk::GarbageObject> *garbageOut) {} in CollectGarbage() function56 void CollectGarbage(std::vector<vk::GarbageObject> *garbageOut, ArgT object, ArgsT... objectsIn) in CollectGarbage() function
253 void ScavengerCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::ScavengerCollector
512 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector4500 void MinorMarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MinorMarkCompactCollector
1506 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage() function in v8::internal::Heap
3631 void Shell::CollectGarbage(Isolate* isolate) { in CollectGarbage() function in v8::Shell