Searched defs:MIRArrayType (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ | ||
H A D | mir_type.h | 916 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