Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h75 using ArrayConst = MIRAggConst; variable
615 ArrayConst &Done() in Done()
622 ArrayConst *arrayConst;
729 void AddConstItemInternal(ArrayConst &structConst, Const &element);
730 ArrayConst &CreateArrayConstInternal(ArrayType *type);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp210 ArrayConst &LMIRBuilder::CreateArrayConstInternal(ArrayType *type) in CreateArrayConstInternal()
212 return *module.GetMemPool()->New<ArrayConst>(module, *type); in CreateArrayConstInternal()