Lines Matching refs:heap_
1468 Heap* const heap_;
1475 : heap_(heap), in ScopedDisableRosAllocVerification()
1476 orig_verify_pre_gc_(heap_->verify_pre_gc_rosalloc_), in ScopedDisableRosAllocVerification()
1477 orig_verify_pre_sweeping_(heap_->verify_pre_sweeping_rosalloc_), in ScopedDisableRosAllocVerification()
1478 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) { in ScopedDisableRosAllocVerification()
1479 heap_->verify_pre_gc_rosalloc_ = false; in ScopedDisableRosAllocVerification()
1480 heap_->verify_pre_sweeping_rosalloc_ = false; in ScopedDisableRosAllocVerification()
1481 heap_->verify_post_gc_rosalloc_ = false; in ScopedDisableRosAllocVerification()
1484 heap_->verify_pre_gc_rosalloc_ = orig_verify_pre_gc_; in ~ScopedDisableRosAllocVerification()
1485 heap_->verify_pre_sweeping_rosalloc_ = orig_verify_pre_sweeping_; in ~ScopedDisableRosAllocVerification()
1486 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_; in ~ScopedDisableRosAllocVerification()