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.h77 using ArrayConst = MIRAggConst; variable
624 ArrayConst &Done() in Done()
631 ArrayConst *arrayConst;
739 void AddConstItemInternal(ArrayConst &structConst, Const &element);
740 ArrayConst &CreateArrayConstInternal(ArrayType *type);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp213 ArrayConst &LMIRBuilder::CreateArrayConstInternal(ArrayType *type) in CreateArrayConstInternal()
215 return *module.GetMemPool()->New<ArrayConst>(module, *type); in CreateArrayConstInternal()