Searched refs:DoIntRemainder (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1725 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl() 1957 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImpl() 2234 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteSwitchImpl() 2288 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 1843 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl() 2078 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteGotoImpl() 2355 bool success = DoIntRemainder( in ExecuteGotoImpl() 2412 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteGotoImpl()
|
D | interpreter_common.h | 785 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder() function
|