Searched refs:verify_post_gc_rosalloc_ (Results 1 – 5 of 5) sorted by relevance
547 bool verify_post_gc_rosalloc_ = false;599 xgc.verify_post_gc_rosalloc_ = true;601 xgc.verify_post_gc_rosalloc_ = false;
342 option_all_true.verify_post_gc_rosalloc_ = true; in TEST_F()359 option_all_false.verify_post_gc_rosalloc_ = false; in TEST_F()
1509 bool verify_post_gc_rosalloc_; variable1526 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) { in ScopedDisableRosAllocVerification()1529 heap_->verify_post_gc_rosalloc_ = false; in ScopedDisableRosAllocVerification()1534 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_; in ~ScopedDisableRosAllocVerification()
358 verify_post_gc_rosalloc_(verify_post_gc_rosalloc), in Heap()3553 if (verify_post_gc_rosalloc_) { in PostGcVerificationPaused()3567 if (verify_system_weaks_ || verify_post_gc_rosalloc_ || verify_post_gc_heap_) { in PostGcVerification()
1662 xgc_option.verify_post_gc_rosalloc_, in Init()