Lines Matching refs:new_shadow_frame
1164 static inline void AssignRegister(ShadowFrame* new_shadow_frame, const ShadowFrame& shadow_frame, in AssignRegister() argument
1175 new_shadow_frame->SetVRegReference(dest_reg, o); in AssignRegister()
1177 new_shadow_frame->SetVReg(dest_reg, src_value); in AssignRegister()
1293 ShadowFrame* new_shadow_frame = shadow_frame_unique_ptr.get(); in DoCallCommon() local
1301 self, new_shadow_frame, StackedShadowFrameType::kShadowFrameUnderConstruction); in DoCallCommon()
1311 new_shadow_frame->GetMethod()->GetInterfaceMethodIfProxy(kRuntimePointerSize); in DoCallCommon()
1325 new_shadow_frame->SetVRegReference(dest_reg, shadow_frame.GetVRegReference(receiver_reg)); in DoCallCommon()
1359 new_shadow_frame->GetMethod()->GetName(), shorty_pos, in DoCallCommon()
1365 new_shadow_frame->SetVRegReference(dest_reg, o); in DoCallCommon()
1373 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCallCommon()
1381 new_shadow_frame->SetVReg(dest_reg, shadow_frame.GetVReg(src_reg)); in DoCallCommon()
1391 new_shadow_frame, in DoCallCommon()
1403 new_shadow_frame, in DoCallCommon()