Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc3555 int offset_to_targets, targ; in CodeFlowVerifyInstruction() local
3559 offset_to_targets = 4; in CodeFlowVerifyInstruction()
3563 offset_to_targets = 2 + 2 * switch_count; in CodeFlowVerifyInstruction()
3572 offset = switch_insns[offset_to_targets + targ * 2] | in CodeFlowVerifyInstruction()
3573 (static_cast<int32_t>(switch_insns[offset_to_targets + targ * 2 + 1]) << 16); in CodeFlowVerifyInstruction()