Searched refs:branch_target (Results 1 - 4 of 4) 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;
/art/compiler/optimizing/
H A Dcode_generator_mips64.cc3866 Mips64Label* branch_target = true_target;
3870 branch_target = false_target;
3875 GenerateIntLongCompareAndBranch(if_cond, /* is64bit */ false, locations, branch_target);
3878 GenerateIntLongCompareAndBranch(if_cond, /* is64bit */ true, locations, branch_target);
3882 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target);
H A Dcode_generator_mips.cc5115 MipsLabel* branch_target = true_target;
5119 branch_target = false_target;
5124 GenerateIntCompareAndBranch(if_cond, locations, branch_target);
5127 GenerateLongCompareAndBranch(if_cond, locations, branch_target);
5131 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target);

Completed in 102 milliseconds