| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | bytecode_encoder.h | 30 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 D | bytecode_encoder.h | 30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
|
| H A D | common.cpp | 98 constexpr int32_t min = -8; in CanConvertToIncI() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | date_parse.cpp | 108 DateUnit min = proxy->GetDate(); in ParseIsoDateTime() local
|
| H A D | date_parse.h | 364 void SetMin(int min)
in SetMin() argument
|
| H A D | js_locale.cpp | 382 GetNumberOption(JSThread *thread, const JSHandle<JSObject> &options, const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) GetNumberOption() argument
|
| H A D | js_locale.h | 632 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 D | locale_helper.h | 119 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 D | regexp_opcode.cpp | 245 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 D | regexp_parser.cpp | 793 int min = -1; in ParseQuantifier() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | encoder64_test_1.cpp | 380 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 D | regexp_opcode.cpp | 225 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 D | regexp_parser.cpp | 748 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 D | number_gate_info.h | 95 RangeInfo(int32_t min, int32_t max) in RangeInfo() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | encoder64_test_1.cpp | 377 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 D | codegen_test_1.cpp | 1048 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 D | encoder64_test.cpp | 800 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 D | serializer_test.cpp | 482 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 D | encoder64_test.cpp | 801 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 D | bounds_analysis.cpp | 423 int64_t min = MAX_RANGE_VALUE; Union() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | checks_elimination.cpp | 576 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 D | constantfold.cpp | 965 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 D | encode.cpp | 209 int64_t min = ~uint64_t(max); in ImmFitsSize() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_sample.cpp | 406 int min = 0; // 0 = minValue in Setter1() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 3856 auto min = ctor->builder_.CreateBinaryIntrinsic(llvmId, x, y); in VisitMin() local
|