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,
2795 VerifyAGet(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2798 VerifyAGet(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
2801 VerifyAGet(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
2804 VerifyAGet(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
2807 VerifyAGet(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2810 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2813 VerifyAGet(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
4469 void MethodVerifier<kVerifierDebug>::VerifyAGet(const Instruction* inst, in VerifyAGet() function in art::verifier::impl::__anon79162a830111::MethodVerifier