Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h58 bool verify_pre_gc_heap_; variable
Dparsed_options.cc133 verify_pre_gc_heap_ = true; in ParseXGcOption()
135 verify_pre_gc_heap_ = false; in ParseXGcOption()
220 verify_pre_gc_heap_ = false; in Parse()
Druntime.cc741 options->verify_pre_gc_heap_, in Init()
/art/runtime/gc/
Dheap.h917 const bool verify_pre_gc_heap_; variable
Dheap.cc166 verify_pre_gc_heap_(verify_pre_gc_heap), in Heap()
2731 if (verify_pre_gc_heap_) { in PreGcVerificationPaused()
2762 if (verify_pre_gc_heap_ || verify_missing_card_marks_ || verify_mod_union_table_) { in PreGcVerification()