Home
last modified time | relevance | path

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

/aosp12/art/cmdline/
H A Dcmdline_types.h502 bool verify_post_gc_heap_ = false;
545 xgc.verify_post_gc_heap_ = true;
547 xgc.verify_post_gc_heap_ = false;
H A Dcmdline_parser_test.cc339 option_all_true.verify_post_gc_heap_ = true; in TEST_F()
356 option_all_false.verify_post_gc_heap_ = false; in TEST_F()
/aosp12/art/runtime/gc/
H A Dheap.h1457 const bool verify_post_gc_heap_; variable
H A Dheap.cc336 verify_post_gc_heap_(verify_post_gc_heap), in Heap()
3422 if (verify_post_gc_heap_) { in PostGcVerificationPaused()
3433 if (verify_system_weaks_ || verify_post_gc_rosalloc_ || verify_post_gc_heap_) { in PostGcVerification()
/aosp12/art/runtime/
H A Druntime.cc1591 xgc_option.verify_post_gc_heap_, in Init()