Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h327 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide() function
Dinterpreter_switch_impl.cc1727 bool success = DoIntDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1959 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImpl()
2236 bool success = DoIntDivide(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteSwitchImpl()
2291 bool success = DoIntDivide(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteSwitchImpl()