Home
last modified time | relevance | path

Searched defs:MIRArrayType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h52 class MIRArrayType; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1203 MIRArrayType() : MIRType(kTypeArray, PTY_agg) {} in MIRArrayType() function
1204 explicit MIRArrayType(GStrIdx strIdx) : MIRType(kTypeArray, PTY_agg, strIdx) {} in MIRArrayType() function
1206 MIRArrayType(TyIdx eTyIdx, const std::vector<uint64> &sizeArray) in MIRArrayType() function