Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_types.h456 bool verify_pre_gc_heap_ = false;
480 xgc.verify_pre_gc_heap_ = true;
482 xgc.verify_pre_gc_heap_ = false;
Dcmdline_parser_test.cc338 option_all_true.verify_pre_gc_heap_ = true; in TEST_F()
355 option_all_false.verify_pre_gc_heap_ = false; in TEST_F()
/art/runtime/gc/
Dheap.h1408 const bool verify_pre_gc_heap_; variable
/art/runtime/
Druntime.cc1407 xgc_option.verify_pre_gc_heap_, in Init()