Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc250 Runtime::Current()->GetHeap()->RequestConcurrentGC(ThreadForEnv(env), true); in VMRuntime_requestConcurrentGC()
/art/runtime/gc/
Dheap.h725 void RequestConcurrentGC(Thread* self, bool force_full) REQUIRES(!*pending_task_lock_);
Dheap.cc3676 RequestConcurrentGC(self, force_full); in RequestConcurrentGCAndSaveObject()
3703 void Heap::RequestConcurrentGC(Thread* self, bool force_full) { in RequestConcurrentGC() function in art::gc::Heap
3910 RequestConcurrentGC(self, true); // Request non-sticky type. in RegisterNativeAllocation()