Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_types.h482 bool verify_pre_gc_heap_ = false;
506 xgc.verify_pre_gc_heap_ = true;
508 xgc.verify_pre_gc_heap_ = false;
Dcmdline_parser_test.cc337 option_all_true.verify_pre_gc_heap_ = true; in TEST_F()
354 option_all_false.verify_pre_gc_heap_ = false; in TEST_F()
/art/runtime/gc/
Dheap.h1415 const bool verify_pre_gc_heap_; variable
Dheap.cc297 verify_pre_gc_heap_(verify_pre_gc_heap), in Heap()
3304 if (verify_pre_gc_heap_) { in PreGcVerificationPaused()
3335 if (verify_pre_gc_heap_ || verify_missing_card_marks_ || verify_mod_union_table_) { in PreGcVerification()
/art/runtime/
Druntime.cc1406 xgc_option.verify_pre_gc_heap_, in Init()