Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h845 static inline int32_t DoPackedSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoPackedSwitch() function
Dinterpreter_switch_impl.cc615 int32_t offset = DoPackedSwitch(inst, shadow_frame, inst_data); in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc676 int32_t offset = DoPackedSwitch(inst, shadow_frame, inst_data); in ExecuteGotoImpl()