Searched refs:is_filled (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.h526 void VerifyNewArray(const Instruction* inst, bool is_filled, bool is_range)
H A Dmethod_verifier.cc3671 void MethodVerifier::VerifyNewArray(const Instruction* inst, bool is_filled, bool is_range) { argument
3673 if (!is_filled) {
3690 } else if (!is_filled) {

Completed in 58 milliseconds