Searched refs:GetOrCreateArrayType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | global_tables.cpp | 226 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()
|
| D | mir_builder.cpp | 517 MIRType *arrayTypeWithSize = GlobalTables::GetTypeTable().GetOrCreateArrayType( in CreateConstStringSymbol()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/ |
| D | instrument.cpp | 60 … MIRArrayType &arrayType = *GlobalTables::GetTypeTable().GetOrCreateArrayType(*elemType, elemCnt); in GetOrCreateFuncCounter()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | global_tables.h | 484 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/ |
| D | lmir_builder.cpp | 181 auto type = GlobalTables::GetTypeTable().GetOrCreateArrayType(*elemType, dimSize.size(), in CreateArrayType()
|