Home
last modified time | relevance | path

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

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