Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime_param.cpp48 #define INIT_DEFAULT_PARAM(key, subKey, type, minValue, maxValue, defaultValue) \ in DefaultRuntimeParam() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlive_registers.h30 …explicit LifeIntervalsTreeNode(LifeNumber minValue, LifeNumber maxValue, LifeIntervalsIt begin, Li… in LifeIntervalsTreeNode()
Dbounds_analysis.cpp233 auto maxValue = static_cast<int64_t>(static_cast<uint64_t>(1) << maxBits); in Shl() local
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp1771 #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
Dobject_operator.cpp30 constexpr uint64_t maxValue = std::numeric_limits<uint32_t>::max() - 1; in TryFastHandleStringKey() local
Decma_string.cpp618 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/
Dclass_set_static_field_by_name_byte_test.cpp129 ani_byte maxValue = std::numeric_limits<ani_byte>::max(); in TEST_F() local
Dclass_set_static_field_by_name_char_test.cpp136 ani_char maxValue = std::numeric_limits<ani_char>::max(); in TEST_F() local
Dclass_get_static_field_by_name_byte_test.cpp112 const ani_byte maxValue = 127; in TEST_F() local
Dclass_get_static_field_by_name_char_test.cpp123 ani_char maxValue = std::numeric_limits<ani_char>::max(); in TEST_F() local
Dclass_set_static_field_char_test.cpp128 ani_char maxValue = std::numeric_limits<ani_char>::max(); in TEST_F() local
Dclass_set_static_field_byte_test.cpp128 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/
Dvariable_set_value_float_test.cpp83 ani_double maxValue = std::numeric_limits<double>::max(); in TEST_F() local
Dvariable_set_value_short_test.cpp82 ani_long maxValue = std::numeric_limits<int64_t>::max(); in TEST_F() local
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp134T maxValue = std::numeric_limits<T>::max()) in CreatePrimitiveValue()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h173 … static bool StringToUint(const std::basic_string_view<ElemType> str, T& result, uint64_t maxValue) in GetNaN()
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js1070 function maxValue() { function
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp219 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber()
Dregexp_opcode.cpp609 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h92 size_t RandFromRange(size_t minValue, size_t maxValue) in RandFromRange()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp245 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber()
Dregexp_opcode.cpp682 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp3612 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/
Dencode.cpp937 const uint64_t maxValue) in EncodeCastFloatCheckRange()