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

/art/runtime/gc/
H A Dheap.cc2087 bool compacting_gc; local
2094 compacting_gc = IsMovingGc(collector_type_);
2096 if (compacting_gc && disable_moving_gc_count_ != 0) {
2123 if (compacting_gc) {

Completed in 12 milliseconds