Searched refs:VerifyAPut (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 559 void VerifyAPut(const Instruction* inst, const RegType& insn_type, 2810 VerifyAPut(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction() 2813 VerifyAPut(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction() 2816 VerifyAPut(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction() 2819 VerifyAPut(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction() 2822 VerifyAPut(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction() 2825 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction() 2828 VerifyAPut(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction() 4531 void MethodVerifier<kVerifierDebug>::VerifyAPut(const Instruction* inst, in VerifyAPut() function in art::verifier::impl::__anon5f019aef0110::MethodVerifier
|