Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc264 Runtime::Current()->GetHeap()->RequestConcurrentGC(ThreadForEnv(env), in VMRuntime_requestConcurrentGC()
/art/runtime/gc/
Dheap.h747 void RequestConcurrentGC(Thread* self, GcCause cause, bool force_full)
Dheap.cc3704 RequestConcurrentGC(self, kGcCauseBackground, force_full); in RequestConcurrentGCAndSaveObject()
3732 void Heap::RequestConcurrentGC(Thread* self, GcCause cause, bool force_full) { in RequestConcurrentGC() function in art::gc::Heap
3959 RequestConcurrentGC(ThreadForEnv(env), kGcCauseForNativeAllocBackground, /*force_full*/true); in RegisterNativeAllocation()