Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc551 return &GetModifiableInstructionFlags(work_insn_idx_); in CurrentInsnFlags()
567 ALWAYS_INLINE InstructionFlags& GetModifiableInstructionFlags(size_t index) { in GetModifiableInstructionFlags() function in art::verifier::impl::__anonfaa579ac0111::MethodVerifier
948 GetModifiableInstructionFlags(it.DexPc()).SetIsOpcode(); in ComputeWidthsAndCountOps()
983 GetModifiableInstructionFlags(it.DexPc()).SetInTry(); in ScanTryCatchBlocks()
1004 GetModifiableInstructionFlags(dex_pc).SetBranchTarget(); in ScanTryCatchBlocks()
1025 GetModifiableInstructionFlags(0).SetBranchTarget(); in VerifyInstructions()
1026 GetModifiableInstructionFlags(0).SetCompileTimeInfoPoint(); in VerifyInstructions()
1037 GetModifiableInstructionFlags(dex_pc).SetCompileTimeInfoPoint(); in VerifyInstructions()
1044 GetModifiableInstructionFlags(dex_pc + offset).SetCompileTimeInfoPoint(); in VerifyInstructions()
1046 GetModifiableInstructionFlags(dex_pc).SetCompileTimeInfoPoint(); in VerifyInstructions()
[all …]