Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_types.h472 bool verify_post_gc_heap_ = false;
499 xgc.verify_post_gc_heap_ = true;
501 xgc.verify_post_gc_heap_ = false;
Dcmdline_parser_test.cc318 option_all_true.verify_post_gc_heap_ = true; in TEST_F()
335 option_all_false.verify_post_gc_heap_ = false; in TEST_F()
/art/runtime/gc/
Dheap.h1180 const bool verify_post_gc_heap_; variable
Dheap.cc201 verify_post_gc_heap_(verify_post_gc_heap), in Heap()
3423 if (verify_post_gc_heap_) { in PostGcVerificationPaused()
3434 if (verify_system_weaks_ || verify_post_gc_rosalloc_ || verify_post_gc_heap_) { in PostGcVerification()
/art/runtime/
Druntime.cc1009 xgc_option.verify_post_gc_heap_, in Init()