Lines Matching refs:new_shadow_frame
1489 static inline void AssignRegister(ShadowFrame* new_shadow_frame, const ShadowFrame& shadow_frame, in AssignRegister() argument
1500 new_shadow_frame->SetVRegReference(dest_reg, o); in AssignRegister()
1502 new_shadow_frame->SetVReg(dest_reg, src_value); in AssignRegister()
1618 ShadowFrame* new_shadow_frame = shadow_frame_unique_ptr.get(); in DoCallCommon() local
1626 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallCommon()
1636 new_shadow_frame->GetMethod()->GetInterfaceMethodIfProxy(kRuntimePointerSize); in DoCallCommon()
1650 new_shadow_frame->SetVRegReference(dest_reg, shadow_frame.GetVRegReference(receiver_reg)); in DoCallCommon()
1684 new_shadow_frame->GetMethod()->GetName(), shorty_pos, in DoCallCommon()
1690 new_shadow_frame->SetVRegReference(dest_reg, o); in DoCallCommon()
1698 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCallCommon()
1706 new_shadow_frame->SetVReg(dest_reg, shadow_frame.GetVReg(src_reg)); in DoCallCommon()
1716 new_shadow_frame, in DoCallCommon()
1728 new_shadow_frame, in DoCallCommon()