Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h803 static inline bool DoLongDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoLongDivide() function
Dinterpreter_switch_impl.cc1796 DoLongDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
2046 DoLongDivide(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc1914 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()