Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc235 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env), true); in VMRuntime_concurrentGC()
/art/runtime/gc/
Dheap.h294 void ConcurrentGC(Thread* self, bool force_full) LOCKS_EXCLUDED(Locks::runtime_shutdown_lock_);
Dheap.cc3405 heap->ConcurrentGC(self, force_full_); in Run()
3431 void Heap::ConcurrentGC(Thread* self, bool force_full) { in ConcurrentGC() function in art::gc::Heap