Home
last modified time | relevance | path

Searched refs:ConcurrentGC (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_VMRuntime.cc242 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env), true); in VMRuntime_concurrentGC()
/art/runtime/gc/
Dheap.h315 void ConcurrentGC(Thread* self, bool force_full)
Dheap.cc3685 heap->ConcurrentGC(self, force_full_); in Run()
3711 void Heap::ConcurrentGC(Thread* self, bool force_full) { in ConcurrentGC() function in art::gc::Heap