Home
last modified time | relevance | path

Searched refs:GetInstructionFlags (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/verifier/
H A Dmethod_verifier-inl.h29 inline const InstructionFlags& MethodVerifier::GetInstructionFlags(size_t index) const { in GetInstructionFlags() function
H A Dmethod_verifier.cc1106 DCHECK(GetInstructionFlags(0).IsOpcode()); in ComputeWidthsAndCountOps()
1126 if (!GetInstructionFlags(start).IsOpcode()) { in ScanTryCatchBlocks()
1144 if (!GetInstructionFlags(dex_pc).IsOpcode()) { in ScanTryCatchBlocks()
1438 !GetInstructionFlags(abs_offset).IsOpcode())) { in CheckBranchTarget()
1886 if (GetInstructionFlags(insn_idx).IsChanged()) in CodeFlowVerifyMethod()
1906 if (GetInstructionFlags(insn_idx).IsBranchTarget()) { in CodeFlowVerifyMethod()
1972 if (!GetInstructionFlags(insn_idx).IsVisited()) { in CodeFlowVerifyMethod()
2746 DCHECK(GetInstructionFlags(move_idx).IsOpcode()); in CodeFlowVerifyInstruction()
3614 if (GetInstructionFlags(next_insn_idx).IsReturn()) { in CodeFlowVerifyInstruction()
3656 DCHECK(GetInstructionFlags(*start_guess).IsOpcode()); in CodeFlowVerifyInstruction()
[all …]
H A Dmethod_verifier.h196 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;