Lines Matching refs:new_ref

3792         mirror::Object* new_ref = ref;  in VisitShadowFrame()  local
3793 visitor_(&new_ref, reg, this); in VisitShadowFrame()
3794 if (new_ref != ref) { in VisitShadowFrame()
3795 shadow_frame->SetVRegReference(reg, new_ref); in VisitShadowFrame()
3837 mirror::Object* new_ref = klass.Ptr(); in VisitDeclaringClass() local
3838 visitor_(&new_ref, /* vreg= */ JavaFrameRootInfo::kMethodDeclaringClass, this); in VisitDeclaringClass()
3839 if (new_ref != klass) { in VisitDeclaringClass()
3840 method->CASDeclaringClass(klass.Ptr(), new_ref->AsClass()); in VisitDeclaringClass()
3860 mirror::Object* new_ref = ref; in VisitNterpFrame() local
3861 visitor_(&new_ref, reg, this); in VisitNterpFrame()
3862 if (new_ref != ref) { in VisitNterpFrame()
3863 ref_addr->Assign(new_ref); in VisitNterpFrame()
3865 int_addr->Assign(new_ref); in VisitNterpFrame()
3908 mirror::Object* new_ref = ref; in VisitQuickFrameWithVregCallback() local
3909 visitor_(&new_ref, /* vreg= */ JavaFrameRootInfo::kNativeReferenceArgument, this); in VisitQuickFrameWithVregCallback()
3910 if (ref != new_ref) { in VisitQuickFrameWithVregCallback()
3911 ref_addr->Assign(new_ref); in VisitQuickFrameWithVregCallback()
3956 mirror::Object* new_ref = ref; in VisitQuickFrameWithVregCallback() local
3957 vreg_info.VisitStack(&new_ref, i, this); in VisitQuickFrameWithVregCallback()
3958 if (ref != new_ref) { in VisitQuickFrameWithVregCallback()
3959 ref_addr->Assign(new_ref); in VisitQuickFrameWithVregCallback()
3991 mirror::Object* new_ref = ref; in VisitQuickFrameWithVregCallback() local
3992 visitor_(&new_ref, /* vreg= */ JavaFrameRootInfo::kProxyReferenceArgument, this); in VisitQuickFrameWithVregCallback()
3993 if (ref != new_ref) { in VisitQuickFrameWithVregCallback()
3994 ref_addr->Assign(new_ref); in VisitQuickFrameWithVregCallback()