Lines Matching refs:ResultRegister
364 Self(), shadow_frame_, inst_, inst_data_, ResultRegister()); in HandleInvoke()
423 SetVReg(A(), ResultRegister()->GetI()); in MOVE_RESULT()
428 SetVRegLong(A(), ResultRegister()->GetJ()); in MOVE_RESULT_WIDE()
433 SetVRegReference(A(), ResultRegister()->GetL()); in MOVE_RESULT_OBJECT()
714 inst_, shadow_frame_, Self(), ResultRegister()); in FILLED_NEW_ARRAY()
719 inst_, shadow_frame_, Self(), ResultRegister()); in FILLED_NEW_ARRAY_RANGE()
1071 Self(), shadow_frame_, inst_, inst_data_, ResultRegister()); in INVOKE_POLYMORPHIC()
1078 Self(), shadow_frame_, inst_, inst_data_, ResultRegister()); in INVOKE_POLYMORPHIC_RANGE()
1085 Self(), shadow_frame_, inst_, inst_data_, ResultRegister()); in INVOKE_CUSTOM()
1092 Self(), shadow_frame_, inst_, inst_data_, ResultRegister()); in INVOKE_CUSTOM_RANGE()
1759 ALWAYS_INLINE JValue* ResultRegister() { return &ctx_->result_register; } in ResultRegister() function