Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc533 void VerifyAGet(const Instruction* inst, const RegType& insn_type,
2715 VerifyAGet(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2718 VerifyAGet(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
2721 VerifyAGet(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
2724 VerifyAGet(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
2727 VerifyAGet(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2730 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2733 VerifyAGet(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
4323 void MethodVerifier<kVerifierDebug>::VerifyAGet(const Instruction* inst, in VerifyAGet() function in art::verifier::impl::__anon79162a830111::MethodVerifier