Lines Matching refs:GetModifiableInstructionFlags
679 return &GetModifiableInstructionFlags(work_insn_idx_); in CurrentInsnFlags()
703 ALWAYS_INLINE InstructionFlags& GetModifiableInstructionFlags(size_t index) { in GetModifiableInstructionFlags() function in art::verifier::impl::__anon79162a830111::MethodVerifier
1068 GetModifiableInstructionFlags(it.DexPc()).SetIsOpcode(); in ComputeWidthsAndCountOps()
1104 GetModifiableInstructionFlags(it.DexPc()).SetInTry(); in ScanTryCatchBlocks()
1125 GetModifiableInstructionFlags(dex_pc).SetBranchTarget(); in ScanTryCatchBlocks()
1146 GetModifiableInstructionFlags(0).SetBranchTarget(); in VerifyInstructions()
1155 GetModifiableInstructionFlags(dex_pc).SetReturn(); in VerifyInstructions()
1158 GetModifiableInstructionFlags(dex_pc).SetCompileTimeInfoPoint(); in VerifyInstructions()
1404 GetModifiableInstructionFlags(abs_offset).SetBranchTarget(); in CheckBranchTarget()
1551 GetModifiableInstructionFlags(abs_offset).SetBranchTarget(); in CheckSwitchTargets()
1831 GetModifiableInstructionFlags(0).SetChanged(); in CodeFlowVerifyMethod()
1897 GetModifiableInstructionFlags(insn_idx).SetVisited(); in CodeFlowVerifyMethod()
1898 GetModifiableInstructionFlags(insn_idx).ClearChanged(); in CodeFlowVerifyMethod()
1925 GetModifiableInstructionFlags(insn_idx).SetVisited(); in CodeFlowVerifyMethod()
3553 GetModifiableInstructionFlags(next_insn_idx).SetChanged(); in CodeFlowVerifyInstruction()
4851 GetModifiableInstructionFlags(next_insn).SetChanged(); in UpdateRegisters()