Searched refs:IsArrayTypes (Results 1 – 4 of 4) sorted by relevance
501 CHECK(array.IsArrayTypes()); in GetComponentType()
1735 if (!res_type.IsArrayTypes() && !res_type.IsZero()) { // ie not an array or null in CodeFlowVerifyInstruction()1833 if (!array_type.IsArrayTypes()) { in CodeFlowVerifyInstruction()3251 if (!res_type.IsArrayTypes()) { in VerifyNewArray()3300 } else if (!array_type.IsArrayTypes()) { in VerifyAGet()3378 } else if (!array_type.IsArrayTypes()) { in VerifyAPut()
201 bool IsArrayTypes() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
683 bool RegType::IsArrayTypes() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsArrayTypes() function in art::verifier::RegType