Searched defs:CollectGarbage (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/tsan/ | ||
D | signal_recursive.cc | 83 static void CollectGarbage(pthread_t thread) { in CollectGarbage() function |
/external/v8/src/heap/ | ||
D | mark-compact.cc | 452 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector |
D | heap.cc | 1316 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage() function in v8::internal::Heap |
/external/v8/src/ | ||
D | d8.cc | 2979 void Shell::CollectGarbage(Isolate* isolate) { in CollectGarbage() function in v8::Shell |