Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_types.h459 bool verify_post_gc_heap_ = false;
502 xgc.verify_post_gc_heap_ = true;
504 xgc.verify_post_gc_heap_ = false;
Dcmdline_parser_test.cc340 option_all_true.verify_post_gc_heap_ = true; in TEST_F()
357 option_all_false.verify_post_gc_heap_ = false; in TEST_F()
/art/runtime/gc/
Dheap.h1410 const bool verify_post_gc_heap_; variable
/art/runtime/
Druntime.cc1409 xgc_option.verify_post_gc_heap_, in Init()