Searched refs:DoIntRemainder (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 440 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder() function
|
D | interpreter_switch_impl-inl.h | 1946 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), in REM_INT() 2173 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in REM_INT_2ADDR() 2421 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data), in REM_INT_LIT16() 2473 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), in REM_INT_LIT8()
|