Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_types.h475 bool verify_post_gc_rosalloc_ = false;
511 xgc.verify_post_gc_rosalloc_ = true;
513 xgc.verify_post_gc_rosalloc_ = false;
Dcmdline_parser_test.cc321 option_all_true.verify_post_gc_rosalloc_ = true; in TEST_F()
338 option_all_false.verify_post_gc_rosalloc_ = false; in TEST_F()
/art/runtime/gc/
Dheap.h1184 bool verify_post_gc_rosalloc_; variable
1201 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) { in ScopedDisableRosAllocVerification()
1204 heap_->verify_post_gc_rosalloc_ = false; in ScopedDisableRosAllocVerification()
1209 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_; in ~ScopedDisableRosAllocVerification()
Dheap.cc205 verify_post_gc_rosalloc_(verify_post_gc_rosalloc), in Heap()
3420 if (verify_post_gc_rosalloc_) { in PostGcVerificationPaused()
3434 if (verify_system_weaks_ || verify_post_gc_rosalloc_ || verify_post_gc_heap_) { in PostGcVerification()
/art/runtime/
Druntime.cc1012 xgc_option.verify_post_gc_rosalloc_, in Init()