Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h223 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder() function
Dinterpreter_goto_table_impl.cc1664 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl()
1899 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteGotoImpl()
2175 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteGotoImpl()
2231 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1558 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1791 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImpl()
2067 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteSwitchImpl()
2123 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteSwitchImpl()