Home
last modified time | relevance | path

Searched refs:IsBranchTarget (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dinstruction_flags.cc34 if (IsBranchTarget()) encoding[kBranchTarget] = 'B'; in ToString()
Dinstruction_flags.h58 bool IsBranchTarget() const { in IsBranchTarget() function
Dmethod_verifier.cc95 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget(); in Init()
98 interesting = flags[i].IsBranchTarget(); in Init()
1900 if (GetInstructionFlags(insn_idx).IsBranchTarget()) { in CodeFlowVerifyMethod()
2341 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()
2366 if (prev_idx == 0 || GetInstructionFlags(prev_idx).IsBranchTarget()) { in CodeFlowVerifyInstruction()
2704 if (!CurrentInsnFlags()->IsBranchTarget() && in CodeFlowVerifyInstruction()
2744 if (!GetInstructionFlags(instance_of_idx).IsBranchTarget() && 0 != instance_of_idx) { in CodeFlowVerifyInstruction()
/art/tools/veridex/
Dflow_analysis.cc45 bool VeriFlowAnalysis::IsBranchTarget(uint32_t dex_pc) { in IsBranchTarget() function in art::VeriFlowAnalysis
200 CHECK(IsBranchTarget(dex_pc)); in AnalyzeCode()
220 DCHECK(IsBranchTarget(dex_pc)); in AnalyzeCode()
225 if (IsBranchTarget(dex_pc)) { in AnalyzeCode()
Dflow_analysis.h131 bool IsBranchTarget(uint32_t dex_pc);