Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.h63 static constexpr uint8_t MAX_ARRAY_SIZE = 6; variable
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp29 static const uint32_t MAX_ARRAY_SIZE = MAX_VALUE - 8; variable