Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp224 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()
Dmir_builder.cpp512 MIRType *arrayTypeWithSize = GlobalTables::GetTypeTable().GetOrCreateArrayType( in CreateConstStringSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h484 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/
Dlmir_builder.cpp179 …auto type = GlobalTables::GetTypeTable().GetOrCreateArrayType(*elemType, dimSize.size(), dimSize.d… in CreateArrayType()