Searched refs:IsBranchTarget (Results 1 – 5 of 5) sorted by relevance
34 if (IsBranchTarget()) encoding[kBranchTarget] = 'B'; in ToString()
58 bool IsBranchTarget() const { in IsBranchTarget() function
95 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget(); in Init()98 interesting = flags[i].IsBranchTarget(); in Init()1906 if (GetInstructionFlags(insn_idx).IsBranchTarget()) { in CodeFlowVerifyMethod()2333 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()2358 if (prev_idx == 0 || GetInstructionFlags(prev_idx).IsBranchTarget()) { in CodeFlowVerifyInstruction()2697 if (!CurrentInsnFlags()->IsBranchTarget() && in CodeFlowVerifyInstruction()2737 if (!GetInstructionFlags(instance_of_idx).IsBranchTarget() && 0 != instance_of_idx) { in CodeFlowVerifyInstruction()
45 bool VeriFlowAnalysis::IsBranchTarget(uint32_t dex_pc) { in IsBranchTarget() function in art::VeriFlowAnalysis218 CHECK(IsBranchTarget(dex_pc)); in AnalyzeCode()243 DCHECK(IsBranchTarget(dex_pc)); in AnalyzeCode()248 if (IsBranchTarget(dex_pc)) { in AnalyzeCode()
131 bool IsBranchTarget(uint32_t dex_pc);