Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h440 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder() function
Dinterpreter_switch_impl-inl.h1946 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()