Searched refs:DoIntRemainder (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1398 return DoIntRemainder(shadow_frame_, A(), GetVReg(B()), GetVReg(C())); in REM_INT() 1554 return DoIntRemainder(shadow_frame_, A(), GetVReg(A()), GetVReg(B())); in REM_INT_2ADDR() 1710 return DoIntRemainder(shadow_frame_, A(), GetVReg(B()), C()); in REM_INT_LIT16() 1748 return DoIntRemainder(shadow_frame_, A(), GetVReg(B()), C()); in REM_INT_LIT8()
|
D | interpreter_common.h | 366 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder() function
|