Home
last modified time | relevance | path

Searched refs:DoIntDivide (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1364 return DoIntDivide(shadow_frame, A(), GetVReg(B()), GetVReg(C())); in DIV_INT()
1524 return DoIntDivide(shadow_frame, vregA, GetVReg(vregA), GetVReg(B())); in DIV_INT_2ADDR()
1708 return DoIntDivide(shadow_frame, A(), GetVReg(B()), C()); in DIV_INT_LIT16()
1746 return DoIntDivide(shadow_frame, A(), GetVReg(B()), C()); in DIV_INT_LIT8()
Dinterpreter_common.h813 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide() function