Searched defs:branch_target (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_thumb2_test.cc1218 Label non_tracked, tracked, branch_target; local
1227 __ cbz(arm::R0, &branch_target);
1245 __ Bind(&branch_target);
/art/runtime/verifier/
H A Dmethod_verifier.cc2058 int32_t branch_target = 0; local
3522 if (!GetBranchOffset(work_insn_idx_, &branch_target, &isConditional, &selfOkay)) {
3528 if (!CheckNotMoveExceptionOrMoveResult(code_item_->insns_, work_insn_idx_ + branch_target)) {
3533 if (!UpdateRegisters(work_insn_idx_ + branch_target, branch_line.get(), false)) {
3537 if (!UpdateRegisters(work_insn_idx_ + branch_target, work_line_.get(), false)) {
3698 /* we're still okay if branch_target is zero */
3699 *start_guess = work_insn_idx_ + branch_target;

Completed in 81 milliseconds