Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h923 static inline int32_t DoSparseSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoSparseSwitch() function
Dinterpreter_switch_impl-inl.h841 int32_t offset = DoSparseSwitch(inst, shadow_frame, inst_data); in SPARSE_SWITCH()