Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3497 int offset_to_switch = insns[1] | (static_cast<int32_t>(insns[2]) << 16); in CodeFlowVerifyInstruction() local
3498 const uint16_t* switch_insns = insns + offset_to_switch; in CodeFlowVerifyInstruction()