Searched refs:DoLongDivide (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 803 static inline bool DoLongDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoLongDivide() function
|
D | interpreter_switch_impl.cc | 1796 DoLongDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl() 2046 DoLongDivide(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 1914 bool success = DoLongDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl() 2167 bool success = DoLongDivide(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteGotoImpl()
|