Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h598 void VerifyAPut(const Instruction* inst, const RegType& insn_type,
Dmethod_verifier.cc2717 VerifyAPut(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2720 VerifyAPut(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
2723 VerifyAPut(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
2726 VerifyAPut(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
2729 VerifyAPut(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2732 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2735 VerifyAPut(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
4435 void MethodVerifier::VerifyAPut(const Instruction* inst, in VerifyAPut() function in art::verifier::MethodVerifier