Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2283 VerifyAPut(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2286 VerifyAPut(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
2289 VerifyAPut(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
2292 VerifyAPut(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
2295 VerifyAPut(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2298 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2301 VerifyAPut(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
3821 void MethodVerifier::VerifyAPut(const Instruction* inst, in VerifyAPut() function in art::verifier::MethodVerifier
Dmethod_verifier.h541 void VerifyAPut(const Instruction* inst, const RegType& insn_type,