Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp517 MIRType *arrayTypeWithSize = GlobalTables::GetTypeTable().GetOrCreateArrayType( in CreateConstStringSymbol() local
523 MIRSymbol *arrayVar = GetOrCreateGlobalDecl(symbolName, *arrayTypeWithSize); in CreateConstStringSymbol()
526 MIRAggConst *val = mirModule->GetMemPool()->New<MIRAggConst>(*mirModule, *arrayTypeWithSize); in CreateConstStringSymbol()