Home
last modified time | relevance | path

Searched refs:IsArrayTypes (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.cc561 if (!array.IsArrayTypes()) { in GetComponentType()
Dmethod_verifier.cc1802 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()
Dreg_type.h203 bool IsArrayTypes() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dreg_type.cc683 bool RegType::IsArrayTypes() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsArrayTypes() function in art::verifier::RegType