Searched refs:verify_pre_gc_rosalloc_ (Results 1 – 5 of 5) sorted by relevance
473 bool verify_pre_gc_rosalloc_ = kIsDebugBuild;503 xgc.verify_pre_gc_rosalloc_ = true;505 xgc.verify_pre_gc_rosalloc_ = false;
319 option_all_true.verify_pre_gc_rosalloc_ = true; in TEST_F()336 option_all_false.verify_pre_gc_rosalloc_ = false; in TEST_F()
1182 bool verify_pre_gc_rosalloc_; variable1199 orig_verify_pre_gc_(heap_->verify_pre_gc_rosalloc_), in ScopedDisableRosAllocVerification()1202 heap_->verify_pre_gc_rosalloc_ = false; in ScopedDisableRosAllocVerification()1207 heap_->verify_pre_gc_rosalloc_ = orig_verify_pre_gc_; in ~ScopedDisableRosAllocVerification()
203 verify_pre_gc_rosalloc_(verify_pre_gc_rosalloc), in Heap()3374 if (verify_pre_gc_rosalloc_) { in PrePauseRosAllocVerification()
1010 xgc_option.verify_pre_gc_rosalloc_, in Init()