Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2059 int32_t branch_target = 0; in CodeFlowVerifyInstruction() local
3523 if (!GetBranchOffset(work_insn_idx_, &branch_target, &isConditional, &selfOkay)) { in CodeFlowVerifyInstruction()
3530 work_insn_idx_ + branch_target)) { in CodeFlowVerifyInstruction()
3535 if (!UpdateRegisters(work_insn_idx_ + branch_target, branch_line.get(), false)) { in CodeFlowVerifyInstruction()
3539 if (!UpdateRegisters(work_insn_idx_ + branch_target, work_line_.get(), false)) { in CodeFlowVerifyInstruction()
3707 *start_guess = work_insn_idx_ + branch_target; in CodeFlowVerifyInstruction()