Searched refs:VerifyAGet (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.h | 594 void VerifyAGet(const Instruction* inst, const RegType& insn_type,
|
D | method_verifier.cc | 2695 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
|