Home
last modified time | relevance | path

Searched defs:CollectGarbage (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/tsan/
Dsignal_recursive.cc81 static void CollectGarbage(pthread_t thread) { in CollectGarbage() function
/external/v8/src/heap/
Dheap-inl.h581 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason, in CollectGarbage() function
Dmark-compact.cc389 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector
Dheap.cc785 bool Heap::CollectGarbage(GarbageCollector collector, const char* gc_reason, in CollectGarbage() function in v8::internal::Heap