Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1418 const bool verify_mod_union_table_; variable
Dheap.cc300 verify_mod_union_table_(false), in Heap()
3322 if (verify_mod_union_table_) { in PreGcVerificationPaused()
3335 if (verify_pre_gc_heap_ || verify_missing_card_marks_ || verify_mod_union_table_) { in PreGcVerification()