Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h371 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder() function
Dinterpreter_switch_impl.cc1883 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteSwitchImplCpp()
2115 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImplCpp()
2392 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteSwitchImplCpp()
2446 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteSwitchImplCpp()