Searched refs:VerifyNewArray (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.h | 526 void VerifyNewArray(const Instruction* inst, bool is_filled, bool is_range)
|
D | method_verifier.cc | 2014 VerifyNewArray(inst, false, false); in CodeFlowVerifyInstruction() 2017 VerifyNewArray(inst, true, false); in CodeFlowVerifyInstruction() 2021 VerifyNewArray(inst, true, true); in CodeFlowVerifyInstruction() 3671 void MethodVerifier::VerifyNewArray(const Instruction* inst, bool is_filled, bool is_range) { in VerifyNewArray() function in art::verifier::MethodVerifier
|