Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h259 static inline bool DoLongRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoLongRemainder() function
Dinterpreter_goto_table_impl.cc1743 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()
Dinterpreter_switch_impl.cc1636 DoLongRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1888 DoLongRemainder(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImpl()