Searched refs:IsArrayTypes (Results 1 – 4 of 4) sorted by relevance
561 if (!array.IsArrayTypes()) { in GetComponentType()
1802 if (!res_type.IsArrayTypes() && !res_type.IsZero()) { // ie not an array or null in CodeFlowVerifyInstruction()1902 if (!array_type.IsArrayTypes()) { in CodeFlowVerifyInstruction()3495 if (!res_type.IsArrayTypes()) { in VerifyNewArray()3544 } else if (!array_type.IsArrayTypes()) { in VerifyAGet()3636 } else if (!array_type.IsArrayTypes()) { in VerifyAPut()
203 bool IsArrayTypes() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
683 bool RegType::IsArrayTypes() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsArrayTypes() function in art::verifier::RegType