Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp600 const MIRType *ArrayNode::GetArrayType(const TypeTable &tt) const in GetArrayType() function in maple::ArrayNode
607 MIRType *ArrayNode::GetArrayType(const TypeTable &tt) in GetArrayType() function in maple::ArrayNode
609 return const_cast<MIRType *>(const_cast<const ArrayNode *>(this)->GetArrayType(tt)); in GetArrayType()
614 const auto *arrayType = static_cast<const MIRArrayType *>(GetArrayType(tt)); in GetDim()
Dmir_lower.cpp717 …auto *farrayType = static_cast<MIRFarrayType *>(array->GetArrayType(GlobalTables::GetTypeTable())); in LowerFarray()
760 MIRType *aType = array->GetArrayType(GlobalTables::GetTypeTable()); in LowerCArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp398 … auto *farrayType = static_cast<MIRFarrayType *>(array.GetArrayType(GlobalTables::GetTypeTable())); in LowerFarray()
484 MIRType *aType = array.GetArrayType(GlobalTables::GetTypeTable()); in LowerArrayDim()
533 MIRType *aType = array.GetArrayType(GlobalTables::GetTypeTable()); in LowerArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1474 const MIRType *GetArrayType(const TypeTable &tt) const;
1475 MIRType *GetArrayType(const TypeTable &tt);