| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | heap_region_allocator.h | 40 size_t max = maxAnnoMemoryUsage_.load(std::memory_order_relaxed); in IncreaseAnnoMemoryUsage() local
|
| H A D | native_area_allocator.h | 92 size_t max = maxNativeMemoryUsage_.load(std::memory_order_relaxed); in IncreaseNativeMemoryUsage() local
|
| /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 | 100 constexpr int32_t max = 7; in CanConvertToIncI() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | bounds_analysis_test.cpp | 570 auto max = BoundsRange(); in TEST_F() local 588 auto max = BoundsRange(); in TEST_F() local 602 auto max = BoundsRange(); TEST_F() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | range_guard.cpp | 174 int32_t max = onHeap == OnHeapMode::ON_HEAP ? RangeInfo::TYPED_ARRAY_ONHEAP_MAX : INT32_MAX; in CheckIndexCheckLengthInput() local 194 int32_t max = onHeap == OnHeapMode::ON_HEAP ? RangeInfo::TYPED_ARRAY_ONHEAP_MAX : INT32_MAX; in CheckIndexCheckIndexInput() local
|
| H A D | range_analysis.cpp | 198 int32_t max = onHeap == OnHeapMode::ON_HEAP ? RangeInfo::TYPED_ARRAY_ONHEAP_MAX : INT32_MAX; in VisitLoadTypedArrayLength() local
|
| H A D | number_gate_info.h | 95 RangeInfo(int32_t min, int32_t max) in RangeInfo() 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/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | encoder64_test_1.cpp | 381 T max = std::numeric_limits<T>::max(); in TestAddOverflow() local 447 T max = std::numeric_limits<T>::max(); in TestSubOverflow() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | encoder64_test_1.cpp | 378 T max = std::numeric_limits<T>::max(); in TestAddOverflow() local 444 T max = std::numeric_limits<T>::max(); in TestSubOverflow() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| H A D | codegen_test_1.cpp | 1049 int32_t max = std::numeric_limits<int32_t>::max(); in TEST_F() local 1100 int32_t max = std::numeric_limits<int32_t>::max(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser.cpp | 794 int max = -1; in ParseQuantifier() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| H A D | encoder64_test.cpp | 801 T max = std::numeric_limits<T>::max(); in TestAddOverflow() local 867 T max = std::numeric_limits<T>::max(); in TestSubOverflow() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | string.cpp | 379 static int32_t IndexOf(Span<const T1> &lhsSp, Span<const T2> &rhsSp, int32_t pos, int32_t max) in IndexOf() argument 506 int32_t max = lhs_count - rhs_count; in IndexOf() local 533 int32_t max = lhs_count - rhs_count; LastIndexOf() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_parser.cpp | 748 bool RegExpParser::ParseQuantifierPrefix(int &min, int &max, bool &isGreedy) in ParseQuantifierPrefix() argument 803 int max = -1; in ParseQuantifier() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| 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 [all...] |
| H A D | ecma_string.cpp | 332 int32_t EcmaString::IndexOf(Span<const T1> &lhsSp, Span<const T2> &rhsSp, int32_t pos, int32_t max) in IndexOf() argument 407 int32_t max = lhsCount - rhsCount; in IndexOf() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| H A D | encoder64_test.cpp | 802 T max = std::numeric_limits<T>::max(); in TestAddOverflow() local 868 T max = std::numeric_limits<T>::max(); in TestSubOverflow() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | bounds_analysis.cpp | 424 int64_t max = MIN_RANGE_VALUE; Union() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | checks_elimination.cpp | 575 auto &max = std::get<2U>(*parentIndexIt); in PushNewBoundsCheckAtExistingIndexes() local 586 auto &max = std::get<2U>(*indexIt); in PushNewBoundsCheckAtExistingIndexes() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | elf_checker.h | 236 unsigned int max; /* Number of elements of 'data' allocated. */ member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| H A D | constantfold.cpp | 963 int64 max = (IntVal(std::numeric_limits<int64>::max(), PTY_i64) >> shiftNum).GetExtValue(); in CalIntValueFromFloatValue() local
|