Searched defs:compacting_gc (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc2145 bool compacting_gc; local
2152 compacting_gc = IsMovingGc(collector_type_);
2154 if (compacting_gc && disable_moving_gc_count_ != 0) {
2181 if (compacting_gc) {

Completed in 27 milliseconds