Searched refs:GetInstructionFlags (Results 1 – 3 of 3) sorted by relevance
29 inline const InstructionFlags& MethodVerifier::GetInstructionFlags(size_t index) const { in GetInstructionFlags() function
1106 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 …]
196 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;