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
87 if ((i == interesting_dex_pc) || flags[i].IsBranchTarget()) { in Init()1862 if (GetInstructionFlags(insn_idx).IsBranchTarget()) { in CodeFlowVerifyMethod()2269 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()2294 if (prev_idx == 0 || GetInstructionFlags(prev_idx).IsBranchTarget()) { in CodeFlowVerifyInstruction()2626 if (!CurrentInsnFlags()->IsBranchTarget() && in CodeFlowVerifyInstruction()2664 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);