Home
last modified time | relevance | path

Searched defs:minValue (Results 1 – 11 of 11) 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()
/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
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_set_static_field_by_name_byte_test.cpp134 ani_byte minValue = std::numeric_limits<ani_byte>::min(); in TEST_F() local
Dclass_set_static_field_by_name_char_test.cpp141 ani_char minValue = std::numeric_limits<ani_char>::min(); in TEST_F() local
Dclass_get_static_field_by_name_byte_test.cpp113 const ani_byte minValue = -128; in TEST_F() local
Dclass_get_static_field_by_name_char_test.cpp124 ani_char minValue = std::numeric_limits<ani_char>::min(); in TEST_F() local
Dclass_set_static_field_char_test.cpp133 ani_char minValue = std::numeric_limits<ani_char>::min(); in TEST_F() local
Dclass_set_static_field_byte_test.cpp133 ani_byte minValue = std::numeric_limits<ani_byte>::min(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h92 size_t RandFromRange(size_t minValue, size_t maxValue) in RandFromRange()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp936 …oder::EncodeCastFloatCheckRange(Reg dst, Reg src, const asmjit::Label &end, const int64_t minValue, in EncodeCastFloatCheckRange()