Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc243 Runtime::Current()->GetHeap()->RequestConcurrentGC(ThreadForEnv(env), true); in VMRuntime_requestConcurrentGC()
/art/runtime/gc/
Dheap.h671 void RequestConcurrentGC(Thread* self, bool force_full) LOCKS_EXCLUDED(pending_task_lock_);
Dheap.cc3396 RequestConcurrentGC(self, force_full); in RequestConcurrentGCAndSaveObject()
3423 void Heap::RequestConcurrentGC(Thread* self, bool force_full) { in RequestConcurrentGC() function in art::gc::Heap
3625 RequestConcurrentGC(self, true); // Request non-sticky type. in RegisterNativeAllocation()