Home
last modified time | relevance | path

Searched refs:DoIntDivide (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h212 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide() function
Dinterpreter_goto_table_impl.cc1768 bool success = DoIntDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl()
2003 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteGotoImpl()
2280 bool success = DoIntDivide( in ExecuteGotoImpl()
2338 bool success = DoIntDivide(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1602 bool success = DoIntDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1834 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImpl()
2111 bool success = DoIntDivide(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteSwitchImpl()
2166 bool success = DoIntDivide(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteSwitchImpl()