Searched defs:verify_post_gc_rosalloc_ (Results 1 - 2 of 2) sorted by relevance

/art/cmdline/
H A Dcmdline_types.h435 bool verify_post_gc_rosalloc_ = false; member in struct:art::XGcOption
473 xgc.verify_post_gc_rosalloc_ = true;
475 xgc.verify_post_gc_rosalloc_ = false;
/art/runtime/gc/
H A Dheap.h1265 bool verify_post_gc_rosalloc_; member in class:art::gc::Heap
1282 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) {
1285 heap_->verify_post_gc_rosalloc_ = false;
1290 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_;

Completed in 62 milliseconds