Home
last modified time | relevance | path

Searched defs:MAX_VALUE (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dconstants.h63 constexpr uint32_t MAX_VALUE = ((1U << (2 * BITS_PER_BYTE - 4))) * 2 - 1U; variable
/arkcompiler/runtime_core/static_core/verification/util/
Dtagged_index.h132 static constexpr UInt MAX_VALUE = VALUE_MASK; variable
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp59 static constexpr T MAX_VALUE() in MAX_VALUE() function in panda::ArenaAllocatorTest
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dbit_vector_property_test.cpp57 constexpr size_t MAX_VALUE = 1024U; variable
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp79 constexpr auto MAX_VALUE = 255; in BuildUint8ClampedArraySetIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp26 static const uint32_t MAX_VALUE = 0x7fffffff; variable