Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h594 void VerifyAGet(const Instruction* inst, const RegType& insn_type,
Dmethod_verifier.cc2695 VerifyAGet(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2698 VerifyAGet(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
2701 VerifyAGet(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
2704 VerifyAGet(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
2707 VerifyAGet(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2710 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2713 VerifyAGet(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
4320 void MethodVerifier::VerifyAGet(const Instruction* inst, in VerifyAGet() function in art::verifier::MethodVerifier