Searched refs:RequestConcurrentGC (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 345 heap->RequestConcurrentGC(ThreadForEnv(env), in VMRuntime_requestConcurrentGC()
|
/art/runtime/gc/ |
D | heap.cc | 3707 RequestConcurrentGC(self, kGcCauseBackground, force_full, observed_gc_num); in RequestConcurrentGCAndSaveObject() 3734 bool Heap::RequestConcurrentGC(Thread* self, in RequestConcurrentGC() function in art::gc::Heap 3989 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true, starting_gc_num); in CheckGCForNative() 4448 heap->RequestConcurrentGC(self, kGcCauseBackground, false, heap->GetCurrentGcNum()); in Run()
|
D | heap.h | 840 bool RequestConcurrentGC(Thread* self, GcCause cause, bool force_full, uint32_t observed_gc_num)
|