Searched refs:DoIntDivide (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1717 bool success = DoIntDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl() 1949 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImpl() 2226 bool success = DoIntDivide(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteSwitchImpl() 2281 bool success = DoIntDivide(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 1835 bool success = DoIntDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl() 2070 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteGotoImpl() 2347 bool success = DoIntDivide( in ExecuteGotoImpl() 2405 bool success = DoIntDivide(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteGotoImpl()
|
D | interpreter_common.h | 767 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide() function
|