Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc343 heap->RequestConcurrentGC(Thread::ForEnv(env), in VMRuntime_requestConcurrentGC()
/art/runtime/gc/
Dheap.cc3943 RequestConcurrentGC(self, kGcCauseBackground, force_full, observed_gc_num); in RequestConcurrentGCAndSaveObject()
3970 bool Heap::RequestConcurrentGC(Thread* self, in RequestConcurrentGC() function in art::gc::Heap
4224 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true, starting_gc_num); in CheckGCForNative()
4697 heap->RequestConcurrentGC(self, kGcCauseBackground, false, initial_gc_num_); in Run()
Dheap.h888 bool RequestConcurrentGC(Thread* self, GcCause cause, bool force_full, uint32_t observed_gc_num)