Searched refs:GetOrCreateArrayType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | global_tables.cpp | 224 MIRArrayType *TypeTable::GetOrCreateArrayType(const MIRType &elem, uint8 dim, const uint32 *sizeArr… in GetOrCreateArrayType() function in maple::TypeTable 238 MIRArrayType *TypeTable::GetOrCreateArrayType(const MIRType &elem, uint32 size, const TypeAttrs &at… in GetOrCreateArrayType() function in maple::TypeTable 240 return GetOrCreateArrayType(elem, 1, &size, attrs); in GetOrCreateArrayType()
|
| D | mir_builder.cpp | 512 MIRType *arrayTypeWithSize = GlobalTables::GetTypeTable().GetOrCreateArrayType( in CreateConstStringSymbol()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | global_tables.h | 484 MIRArrayType *GetOrCreateArrayType(const MIRType &elem, uint8 dim, const uint32 *sizeArray, 487 …MIRArrayType *GetOrCreateArrayType(const MIRType &elem, uint32 size, const TypeAttrs &attrs = Type…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 179 …auto type = GlobalTables::GetTypeTable().GetOrCreateArrayType(*elemType, dimSize.size(), dimSize.d… in CreateArrayType()
|