Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-inl.h437 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason) { in CollectGarbage() function
Dmark-compact.cc276 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector
Dheap.cc484 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage() function in v8::internal::Heap
/external/v8/test/cctest/
Dtest-api.cc11634 void CollectGarbage() { in CollectGarbage() function in RegExpInterruptTest
11757 void CollectGarbage() { in CollectGarbage() function in ApplyInterruptTest