Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2600 bool compacting_gc; in CollectGarbageInternal() local
2607 compacting_gc = IsMovingGc(collector_type_); in CollectGarbageInternal()
2609 if (compacting_gc && disable_moving_gc_count_ != 0) { in CollectGarbageInternal()
2629 if (compacting_gc) { in CollectGarbageInternal()