Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Dsignal_recursive.cc83 static void CollectGarbage(pthread_t thread) { in CollectGarbage() function
/external/v8/src/heap/
Dmark-compact.cc452 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector
3801 void MinorMarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MinorMarkCompactCollector
Dheap.cc1316 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage() function in v8::internal::Heap
/external/v8/src/
Dd8.cc2979 void Shell::CollectGarbage(Isolate* isolate) { in CollectGarbage() function in v8::Shell