Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp37 arrayComponentType_ = in VirtualState()
66 ASSERT(arrayComponentType_ != DataType::NO_TYPE); in GetArrayComponentType()
67 return arrayComponentType_; in GetArrayComponentType()
165 DataType::Type arrayComponentType_ {DataType::NO_TYPE}; member in ark::compiler::VirtualState