Home
last modified time | relevance | path

Searched defs:min (Results 1 - 25 of 25) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
H A Dcommon.cpp98 constexpr int32_t min = -8; in CanConvertToIncI() local
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.cpp108 DateUnit min = proxy->GetDate(); in ParseIsoDateTime() local
H A Ddate_parse.h364 void SetMin(int min) in SetMin() argument
H A Djs_locale.cpp382 GetNumberOption(JSThread *thread, const JSHandle<JSObject> &options, const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) GetNumberOption() argument
H A Djs_locale.h632 static bool IsCheckRange(const std::string &str, size_t min, size_t max, bool(rangeCheckFunc)(char)) in IsCheckRange() argument
645 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() argument
658 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() argument
671 static bool IsAlphanum(const std::string &str, size_t min, size_t max) in IsAlphanum() argument
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dlocale_helper.h119 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() argument
132 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() argument
145 static bool IsAlphanum(const std::string &str, size_t min, size_t max) in IsAlphanum() argument
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.cpp245 uint32_t LoopOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode() argument
263 uint32_t LoopGreedyOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode() argument
H A Dregexp_parser.cpp793 int min = -1; in ParseQuantifier() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp380 T min = std::numeric_limits<T>::min(); in TestAddOverflow() local
446 T min = std::numeric_limits<T>::min(); in TestSubOverflow() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.cpp225 uint32_t LoopOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode() argument
243 uint32_t LoopGreedyOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode() argument
H A Dregexp_parser.cpp748 bool RegExpParser::ParseQuantifierPrefix(int &min, int &max, bool &isGreedy) in ParseQuantifierPrefix() argument
802 int min = -1; in ParseQuantifier() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_gate_info.h95 RangeInfo(int32_t min, int32_t max) in RangeInfo() argument
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp377 T min = std::numeric_limits<T>::min(); in TestAddOverflow() local
443 T min = std::numeric_limits<T>::min(); in TestSubOverflow() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp1048 int32_t min = std::numeric_limits<int32_t>::min(); in TEST_F() local
1099 int32_t min = std::numeric_limits<int32_t>::min(); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp800 T min = std::numeric_limits<T>::min(); in TestAddOverflow() local
866 T min = std::numeric_limits<T>::min(); in TestSubOverflow() local
[all...]
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp482 int32_t min = -2147483648; in Int32Test() local
1715 int32_t a = 64, min = -2147483648, b = -63; in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp801 T min = std::numeric_limits<T>::min(); in TestAddOverflow() local
867 T min = std::numeric_limits<T>::min(); in TestSubOverflow() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp423 int64_t min = MAX_RANGE_VALUE; Union() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dchecks_elimination.cpp576 auto &min = std::get<3U>(*parentIndexIt); in PushNewBoundsCheckAtExistingIndexes() local
587 auto &min = std::get<3U>(*indexIt); in PushNewBoundsCheckAtExistingIndexes() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp965 int64 min = isSigned ? (IntVal(std::numeric_limits<int64>::min(), PTY_i64) >> shiftNum).GetExtValue() : 0; in CalIntValueFromFloatValue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp209 int64_t min = ~uint64_t(max); in ImmFitsSize() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp406 int min = 0; // 0 = minValue in Setter1() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp3856 auto min = ctor->builder_.CreateBinaryIntrinsic(llvmId, x, y); in VisitMin() local

Completed in 61 milliseconds