Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h38 constexpr size_t kMaxArrayDim = 20; variable
1117 for (size_t i = 0; i < kMaxArrayDim; ++i) { in MIRArrayType()
1137 CHECK_FATAL((n >= 0 && n < kMaxArrayDim), "out of bound of array!"); in GetSizeArrayItem()
1142 CHECK_FATAL((idx >= 0 && idx < kMaxArrayDim), "out of bound of array!"); in SetSizeArrayItem()
1199 CHECK_FATAL(i < kMaxArrayDim, "array index out of range"); in GetHashIndex()
1224 std::array<uint32, kMaxArrayDim> sizeArray {{0}};
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp628 CHECK_FATAL(type.GetDim() < kMaxArrayDim, "array index out of range"); in ImportType()
794 CHECK_FATAL(type.GetDim() < kMaxArrayDim, "array index out of range"); in ImportTypeNonJava()