Searched refs:DoIntRemainder (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 371 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder() function
|
D | interpreter_switch_impl.cc | 1883 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImplCpp() 2115 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImplCpp() 2392 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteSwitchImplCpp() 2446 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteSwitchImplCpp()
|