Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.cpp752 auto *arrayComponent = klass->GetComponentType(); in GetArrayElementType() local
753 ASSERT(arrayComponent != nullptr); in GetArrayElementType()
754 return Type {arrayComponent}; in GetArrayElementType()