Searched refs:DoIntDivide (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1217 return DoIntDivide(shadow_frame_, A(), GetVReg(B()), GetVReg(C())); in DIV_INT() 1373 return DoIntDivide(shadow_frame_, A(), GetVReg(A()), GetVReg(B())); in DIV_INT_2ADDR() 1529 return DoIntDivide(shadow_frame_, A(), GetVReg(B()), C()); in DIV_INT_LIT16() 1567 return DoIntDivide(shadow_frame_, A(), GetVReg(B()), C()); in DIV_INT_LIT8()
|
D | interpreter_common.h | 652 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide() function
|