Lines Matching refs:new_shadow_frame
1146 static inline void AssignRegister(ShadowFrame* new_shadow_frame, const ShadowFrame& shadow_frame, in AssignRegister() argument
1157 new_shadow_frame->SetVRegReference(dest_reg, o); in AssignRegister()
1159 new_shadow_frame->SetVReg(dest_reg, src_value); in AssignRegister()
1261 ShadowFrame* new_shadow_frame = shadow_frame_unique_ptr.get(); in DoCallCommon() local
1268 ScopedStackedShadowFramePusher pusher(self, new_shadow_frame); in DoCallCommon()
1278 new_shadow_frame->GetMethod()->GetInterfaceMethodIfProxy(kRuntimePointerSize); in DoCallCommon()
1292 new_shadow_frame->SetVRegReference(dest_reg, shadow_frame.GetVRegReference(receiver_reg)); in DoCallCommon()
1326 new_shadow_frame->GetMethod()->GetName(), shorty_pos, in DoCallCommon()
1332 new_shadow_frame->SetVRegReference(dest_reg, o); in DoCallCommon()
1340 new_shadow_frame->SetVRegLong(dest_reg, wide_value); in DoCallCommon()
1348 new_shadow_frame->SetVReg(dest_reg, shadow_frame.GetVReg(src_reg)); in DoCallCommon()
1358 new_shadow_frame, in DoCallCommon()
1370 new_shadow_frame, in DoCallCommon()