Searched defs:CollectGarbage (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ | ||
D | heap-inl.h | 437 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason) { in CollectGarbage() function |
D | mark-compact.cc | 276 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector |
D | heap.cc | 484 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage() function in v8::internal::Heap |
/external/v8/test/cctest/ | ||
D | test-api.cc | 11634 void CollectGarbage() { in CollectGarbage() function in RegExpInterruptTest |