Searched defs:CollectGarbage (Results 1 – 9 of 9) sorted by relevance
83 static void CollectGarbage(pthread_t thread) { in CollectGarbage() function
151 def CollectGarbage(self, timeout=60): member in InspectorPage
345 def CollectGarbage(self): member in InspectorBackend
224 def CollectGarbage(self): member in Tab
546 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason, in CollectGarbage() function
363 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector
955 bool Heap::CollectGarbage(GarbageCollector collector, const char* gc_reason, in CollectGarbage() function in v8::internal::Heap
342 def CollectGarbage(self): member in _FakeTab
2068 void Shell::CollectGarbage(Isolate* isolate) { in CollectGarbage() function in v8::Shell