Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc704 return &GetModifiableInstructionFlags(work_insn_idx_); in CurrentInsnFlags()
728 ALWAYS_INLINE InstructionFlags& GetModifiableInstructionFlags(size_t index) { in GetModifiableInstructionFlags() function in art::verifier::impl::__anon79162a830111::MethodVerifier
1090 GetModifiableInstructionFlags(it.DexPc()).SetIsOpcode(); in ComputeWidthsAndCountOps()
1126 GetModifiableInstructionFlags(it.DexPc()).SetInTry(); in ScanTryCatchBlocks()
1147 GetModifiableInstructionFlags(dex_pc).SetBranchTarget(); in ScanTryCatchBlocks()
1168 GetModifiableInstructionFlags(0).SetBranchTarget(); in VerifyInstructions()
1177 GetModifiableInstructionFlags(dex_pc).SetReturn(); in VerifyInstructions()
1180 GetModifiableInstructionFlags(dex_pc).SetCompileTimeInfoPoint(); in VerifyInstructions()
1437 GetModifiableInstructionFlags(abs_offset).SetBranchTarget(); in CheckBranchTarget()
1584 GetModifiableInstructionFlags(abs_offset).SetBranchTarget(); in CheckSwitchTargets()
[all …]