Home
last modified time | relevance | path

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

/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc534 const auto& branch_target = args[1]; in EncodeBranch() local
537 CHECK(branch_target.is_label()); in EncodeBranch()
542 op, RegisterValue(test_value), LabelValue(branch_target, instruction_offset, field_offset)); in EncodeBranch()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2051 int32_t branch_target = 0; in CodeFlowVerifyInstruction() local
3468 if (!GetBranchOffset(work_insn_idx_, &branch_target, &isConditional, &selfOkay)) { in CodeFlowVerifyInstruction()
3475 work_insn_idx_ + branch_target)) { in CodeFlowVerifyInstruction()
3480 if (!UpdateRegisters(work_insn_idx_ + branch_target, branch_line.get(), false)) { in CodeFlowVerifyInstruction()
3484 if (!UpdateRegisters(work_insn_idx_ + branch_target, work_line_.get(), false)) { in CodeFlowVerifyInstruction()
3652 *start_guess = work_insn_idx_ + branch_target; in CodeFlowVerifyInstruction()