Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_type.h916 class MIRArrayType : public MIRType { class
918 MIRArrayType() : MIRType(kTypeArray) {} in MIRArrayType() function in maple::MIRArrayType
919 explicit MIRArrayType(GStrIdx strIdx) : MIRType(kTypeArray, strIdx) {} in MIRArrayType() function in maple::MIRArrayType
921 MIRArrayType(TyIdx eTyIdx, const std::vector<uint64> &sizeArray) in MIRArrayType() function in maple::MIRArrayType
[all...]

Completed in 4 milliseconds