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

/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc213 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env));
/art/runtime/gc/
H A Dheap.h273 void ConcurrentGC(Thread* self) LOCKS_EXCLUDED(Locks::runtime_shutdown_lock_);
H A Dheap.cc2911 // Calculate when to perform the next ConcurrentGC.
2974 void Heap::ConcurrentGC(Thread* self) { function in class:art::gc::Heap

Completed in 36 milliseconds