Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp226 MIRArrayType *TypeTable::GetOrCreateArrayType(const MIRType &elem, uint8 dim, const uint64 *sizeArr… in GetOrCreateArrayType() function in maple::TypeTable
240 MIRArrayType *TypeTable::GetOrCreateArrayType(const MIRType &elem, uint64 size, const TypeAttrs &at… in GetOrCreateArrayType() function in maple::TypeTable
242 return GetOrCreateArrayType(elem, 1, &size, attrs); in GetOrCreateArrayType()
Dmir_builder.cpp517 MIRType *arrayTypeWithSize = GlobalTables::GetTypeTable().GetOrCreateArrayType( in CreateConstStringSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dinstrument.cpp60 … MIRArrayType &arrayType = *GlobalTables::GetTypeTable().GetOrCreateArrayType(*elemType, elemCnt); in GetOrCreateFuncCounter()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h484 MIRArrayType *GetOrCreateArrayType(const MIRType &elem, uint8 dim, const uint64 *sizeArray,
487 …MIRArrayType *GetOrCreateArrayType(const MIRType &elem, uint64 size, const TypeAttrs &attrs = Type…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp181 auto type = GlobalTables::GetTypeTable().GetOrCreateArrayType(*elemType, dimSize.size(), in CreateArrayType()