| /arkcompiler/ets_runtime/common_components/common_runtime/ |
| D | base_runtime_param.cpp | 48 #define INIT_DEFAULT_PARAM(key, subKey, type, minValue, maxValue, defaultValue) \ in DefaultRuntimeParam() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | live_registers.h | 30 …explicit LifeIntervalsTreeNode(LifeNumber minValue, LifeNumber maxValue, LifeIntervalsIt begin, Li… in LifeIntervalsTreeNode()
|
| D | bounds_analysis.cpp | 233 auto maxValue = static_cast<int64_t>(static_cast<uint64_t>(1) << maxBits); in Shl() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.cpp | 1771 #define PARAM_PAESER_DEFINE(key, subKey, type, minValue, maxValue, defaultValue) \ argument 1827 #define PARSE_RUNTIME_PARAM(key, subKey, type, minValue, maxValue, defaultValue) … in RUNTIME_PARAM_LIST() argument
|
| D | object_operator.cpp | 30 constexpr uint64_t maxValue = std::numeric_limits<uint32_t>::max() - 1; in TryFastHandleStringKey() local
|
| D | ecma_string.cpp | 618 constexpr uint64_t maxValue = std::numeric_limits<uint32_t>::max() - 1; in ToElementIndex() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/ |
| D | class_set_static_field_by_name_byte_test.cpp | 129 ani_byte maxValue = std::numeric_limits<ani_byte>::max(); in TEST_F() local
|
| D | class_set_static_field_by_name_char_test.cpp | 136 ani_char maxValue = std::numeric_limits<ani_char>::max(); in TEST_F() local
|
| D | class_get_static_field_by_name_byte_test.cpp | 112 const ani_byte maxValue = 127; in TEST_F() local
|
| D | class_get_static_field_by_name_char_test.cpp | 123 ani_char maxValue = std::numeric_limits<ani_char>::max(); in TEST_F() local
|
| D | class_set_static_field_char_test.cpp | 128 ani_char maxValue = std::numeric_limits<ani_char>::max(); in TEST_F() local
|
| D | class_set_static_field_byte_test.cpp | 128 ani_byte maxValue = std::numeric_limits<ani_byte>::max(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/var_ops/ |
| D | variable_set_value_float_test.cpp | 83 ani_double maxValue = std::numeric_limits<double>::max(); in TEST_F() local
|
| D | variable_set_value_short_test.cpp | 82 ani_long maxValue = std::numeric_limits<int64_t>::max(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | meta.cpp | 134 … T maxValue = std::numeric_limits<T>::max()) in CreatePrimitiveValue()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.h | 173 … static bool StringToUint(const std::basic_string_view<ElemType> str, T& result, uint64_t maxValue) in GetNaN()
|
| /arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
| D | stubbuilder.js | 1070 function maxValue() { function
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_parser.cpp | 219 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber()
|
| D | regexp_opcode.cpp | 609 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | allocator_test_base.h | 92 size_t RandFromRange(size_t minValue, size_t maxValue) in RandFromRange()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 245 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber()
|
| D | regexp_opcode.cpp | 682 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 3612 GateRef BuiltinsStringStubBuilder::StringToUint(GateRef glue, GateRef string, uint64_t maxValue) in StringToUint() 3649 …teRef BuiltinsStringStubBuilder::StringDataToUint(GateRef dataUtf8, GateRef len, uint64_t maxValue) in StringDataToUint()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 937 const uint64_t maxValue) in EncodeCastFloatCheckRange()
|