Searched defs:CollectGarbage (Results 1 – 5 of 5) 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 | heap-inl.h | 680 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage() function |
| D | mark-compact.cc | 296 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector |
| D | heap.cc | 966 bool Heap::CollectGarbage(GarbageCollector collector, in CollectGarbage() function in v8::internal::Heap |
| /external/v8/src/ | ||
| D | d8.cc | 2569 void Shell::CollectGarbage(Isolate* isolate) { in CollectGarbage() function in v8::Shell |