Lines Matching full:heap_
2858 : heap_(heap), fail_count_(fail_count), verify_referent_(verify_referent) {}
2877 return heap_->IsLiveObjectLocked(obj, true, false, true);
2917 accounting::CardTable* card_table = heap_->GetCardTable();
2918 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get();
2919 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
2923 if (heap_->IsValidObjectAddress(obj->GetClass())) {
2930 space::ContinuousSpace* ref_space = heap_->FindContinuousSpaceFromObject(ref, true);
2942 if (ref->GetClass() != nullptr && heap_->IsValidObjectAddress(ref->GetClass()) &&
2957 heap_->GetLiveBitmap()->GetContinuousSpaceBitmap(obj);
2998 Heap* const heap_;
3007 : heap_(heap), fail_count_(fail_count), verify_referent_(verify_referent) {}
3013 VerifyReferenceVisitor visitor(heap_, fail_count_, verify_referent_);
3026 VerifyReferenceVisitor visitor(heap_, fail_count_, verify_referent_);
3035 Heap* const heap_;
3118 : heap_(heap), failed_(failed) {
3134 accounting::CardTable* card_table = heap_->GetCardTable();
3144 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
3149 if (heap_->GetLiveBitmap()->Test(obj)) {
3183 Heap* const heap_;
3190 : heap_(heap),
3195 VerifyReferenceCardVisitor visitor(heap_, const_cast<bool*>(&failed_));
3204 Heap* const heap_;