Home | History | Annotate | Download | only in gc

Lines Matching full:heap_

1191     Heap* const heap_;
1198 : heap_(heap),
1199 orig_verify_pre_gc_(heap_->verify_pre_gc_rosalloc_),
1200 orig_verify_pre_sweeping_(heap_->verify_pre_sweeping_rosalloc_),
1201 orig_verify_post_gc_(heap_->verify_post_gc_rosalloc_) {
1202 heap_->verify_pre_gc_rosalloc_ = false;
1203 heap_->verify_pre_sweeping_rosalloc_ = false;
1204 heap_->verify_post_gc_rosalloc_ = false;
1207 heap_->verify_pre_gc_rosalloc_ = orig_verify_pre_gc_;
1208 heap_->verify_pre_sweeping_rosalloc_ = orig_verify_pre_sweeping_;
1209 heap_->verify_post_gc_rosalloc_ = orig_verify_post_gc_;