Home | History | Annotate | Download | only in verifier

Lines Matching refs:branch_target

2000   int32_t branch_target = 0;
3450 if (!GetBranchOffset(work_insn_idx_, &branch_target, &isConditional, &selfOkay)) {
3456 if (!CheckNotMoveExceptionOrMoveResult(code_item_->insns_, work_insn_idx_ + branch_target)) {
3461 if (!UpdateRegisters(work_insn_idx_ + branch_target, branch_line.get(), false)) {
3465 if (!UpdateRegisters(work_insn_idx_ + branch_target, work_line_.get(), false)) {
3626 /* we're still okay if branch_target is zero */
3627 *start_guess = work_insn_idx_ + branch_target;