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

/art/compiler/utils/arm/
H A Dassembler_thumb2_test.cc1035 Label non_tracked, tracked, branch_target; local
1044 __ cbz(arm::R0, &branch_target);
1062 __ Bind(&branch_target);
/art/compiler/optimizing/
H A Dcode_generator_mips64.cc2612 Mips64Label* branch_target = true_target; local
2616 branch_target = false_target;
2621 GenerateIntLongCompareAndBranch(if_cond, /* is64bit */ false, locations, branch_target);
2624 GenerateIntLongCompareAndBranch(if_cond, /* is64bit */ true, locations, branch_target);
2628 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target);
H A Dcode_generator_mips.cc3287 MipsLabel* branch_target = true_target; local
3291 branch_target = false_target;
3296 GenerateIntCompareAndBranch(if_cond, locations, branch_target);
3299 GenerateLongCompareAndBranch(if_cond, locations, branch_target);
3303 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target);
/art/runtime/verifier/
H A Dmethod_verifier.cc2000 int32_t branch_target = 0; local
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;

Completed in 96 milliseconds