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

/art/cmdline/
H A Dcmdline_parser_test.cc321 option_all_true.verify_post_gc_rosalloc_ = true;
338 option_all_false.verify_post_gc_rosalloc_ = false;
H A Dcmdline_types.h475 bool verify_post_gc_rosalloc_ = false; member in struct:art::XGcOption
511 xgc.verify_post_gc_rosalloc_ = true;
513 xgc.verify_post_gc_rosalloc_ = false;
/art/runtime/gc/
H A Dheap.h1184 bool verify_post_gc_rosalloc_; member in class:art::gc::Heap
1201 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) {
1204 heap_->verify_post_gc_rosalloc_ = false;
1209 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_;
H A Dheap.cc205 verify_post_gc_rosalloc_(verify_post_gc_rosalloc),
3421 if (verify_post_gc_rosalloc_) {
3435 if (verify_system_weaks_ || verify_post_gc_rosalloc_ || verify_post_gc_heap_) {
/art/runtime/
H A Druntime.cc1044 xgc_option.verify_post_gc_rosalloc_,

Completed in 1329 milliseconds