Searched refs:CollectGarbage (Results 1 - 10 of 10) sorted by relevance

/art/runtime/gc/
H A Dheap_test.cc61 Runtime::Current()->GetHeap()->CollectGarbage(false);
H A Dheap.h269 void CollectGarbage(bool clear_soft_references);
H A Dheap.cc1533 void Heap::CollectGarbage(bool clear_soft_references) { function in class:art::gc::Heap
/art/runtime/native/
H A Djava_lang_Runtime.cc37 Runtime::Current()->GetHeap()->CollectGarbage(false);
H A Ddalvik_system_VMDebug.cc253 heap->CollectGarbage(false);
/art/runtime/
H A Dsignal_catcher.cc165 Runtime::Current()->GetHeap()->CollectGarbage(false);
H A Ddebugger.cc1014 heap->CollectGarbage(false);
1034 heap->CollectGarbage(false);
1052 heap->CollectGarbage(false);
H A Djni_internal_test.cc1030 Runtime::Current()->GetHeap()->CollectGarbage(false); // GC should clear the weak global.
/art/compiler/
H A Dimage_writer.cc126 heap->CollectGarbage(false); // Remove garbage.
/art/compiler/driver/
H A Dcompiler_driver.cc1890 Runtime::Current()->GetHeap()->CollectGarbage(true);

Completed in 160 milliseconds