Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2992 int offset_to_targets, targ; in CodeFlowVerifyInstruction() local
2996 offset_to_targets = 4; in CodeFlowVerifyInstruction()
3000 offset_to_targets = 2 + 2 * switch_count; in CodeFlowVerifyInstruction()
3009 offset = switch_insns[offset_to_targets + targ * 2] | in CodeFlowVerifyInstruction()
3010 (((int32_t) switch_insns[offset_to_targets + targ * 2 + 1]) << 16); in CodeFlowVerifyInstruction()