Searched refs:DoLongRemainder (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 259 static inline bool DoLongRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoLongRemainder() function
|
D | interpreter_goto_table_impl.cc | 1743 bool success = DoLongRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl() 1996 bool success = DoLongRemainder(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1636 DoLongRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl() 1888 DoLongRemainder(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImpl()
|