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