Searched defs:force_full_ (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/gc/
H A Dheap.cc3579 : HeapTask(target_time), cause_(cause), force_full_(force_full) {}
3582 heap->ConcurrentGC(self, cause_, force_full_);
3588 const bool force_full_; // If true, force full (or partial) collection. member in class:art::gc::Heap::ConcurrentGCTask

Completed in 35 milliseconds