Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc553 void VerifyAGet(const Instruction* inst, const RegType& insn_type,
2794 VerifyAGet(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2797 VerifyAGet(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
2800 VerifyAGet(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
2803 VerifyAGet(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
2806 VerifyAGet(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2809 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2812 VerifyAGet(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
4468 void MethodVerifier<kVerifierDebug>::VerifyAGet(const Instruction* inst, in VerifyAGet() function in art::verifier::impl::__anon79162a830111::MethodVerifier