Searched refs:verify_post_gc_rosalloc_ (Results 1 – 5 of 5) sorted by relevance
63 bool verify_post_gc_rosalloc_; variable
153 verify_post_gc_rosalloc_ = true; in ParseXGcOption()155 verify_post_gc_rosalloc_ = false; in ParseXGcOption()227 verify_post_gc_rosalloc_ = false; in Parse()
730 options->verify_post_gc_rosalloc_, in Init()
923 bool verify_post_gc_rosalloc_; variable939 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) { in ScopedDisableRosAllocVerification()942 heap_->verify_post_gc_rosalloc_ = false; in ScopedDisableRosAllocVerification()947 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_; in ~ScopedDisableRosAllocVerification()
162 verify_post_gc_rosalloc_(verify_post_gc_rosalloc), in Heap()2746 if (verify_post_gc_rosalloc_) { in PostGcVerificationPaused()2761 if (verify_system_weaks_ || verify_post_gc_rosalloc_ || verify_post_gc_heap_) { in PostGcVerification()