Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc557 void VerifyAPut(const Instruction* inst, const RegType& insn_type,
2817 VerifyAPut(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2820 VerifyAPut(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
2823 VerifyAPut(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
2826 VerifyAPut(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
2829 VerifyAPut(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2832 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2835 VerifyAPut(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
4595 void MethodVerifier<kVerifierDebug>::VerifyAPut(const Instruction* inst, in VerifyAPut() function in art::verifier::impl::__anon79162a830111::MethodVerifier