Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h633 const bool verify_pre_gc_heap_; variable
Dheap.cc114 verify_pre_gc_heap_(false), in Heap()
1663 if (verify_pre_gc_heap_) { in PreGcVerification()
/art/runtime/gc/collector/
Dmark_sweep.cc212 if (GetHeap()->verify_missing_card_marks_ || GetHeap()->verify_pre_gc_heap_|| in HandleDirtyObjectsPhase()