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
94 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget(); in Init()97 interesting = flags[i].IsBranchTarget(); in Init()1866 if (GetInstructionFlags(insn_idx).IsBranchTarget()) { in CodeFlowVerifyMethod()2327 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()2352 if (prev_idx == 0 || GetInstructionFlags(prev_idx).IsBranchTarget()) { in CodeFlowVerifyInstruction()2695 if (!CurrentInsnFlags()->IsBranchTarget() && in CodeFlowVerifyInstruction()2732 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::VeriFlowAnalysis200 CHECK(IsBranchTarget(dex_pc)); in AnalyzeCode()220 DCHECK(IsBranchTarget(dex_pc)); in AnalyzeCode()225 if (IsBranchTarget(dex_pc)) { in AnalyzeCode()
131 bool IsBranchTarget(uint32_t dex_pc);