Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.h40 size_t max = maxAnnoMemoryUsage_.load(std::memory_order_relaxed); in IncreaseAnnoMemoryUsage() local
H A Dnative_area_allocator.h92 size_t max = maxNativeMemoryUsage_.load(std::memory_order_relaxed); in IncreaseNativeMemoryUsage() local
/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.cpp100 constexpr int32_t max = 7; in CanConvertToIncI() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dbounds_analysis_test.cpp570 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 Drange_guard.cpp174 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 Drange_analysis.cpp198 int32_t max = onHeap == OnHeapMode::ON_HEAP ? RangeInfo::TYPED_ARRAY_ONHEAP_MAX : INT32_MAX; in VisitLoadTypedArrayLength() local
H A Dnumber_gate_info.h95 RangeInfo(int32_t min, int32_t max) in RangeInfo() 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/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp381 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 Dencoder64_test_1.cpp378 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 Dcodegen_test_1.cpp1049 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 Dregexp_parser.cpp794 int max = -1; in ParseQuantifier() local
[all...]
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp801 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 Dstring.cpp379 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 Dregexp_parser.cpp748 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 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
[all...]
H A Decma_string.cpp332 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 Dencoder64_test.cpp802 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 Dbounds_analysis.cpp424 int64_t max = MIN_RANGE_VALUE; Union() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dchecks_elimination.cpp575 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 Delf_checker.h236 unsigned int max; /* Number of elements of 'data' allocated. */ member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp963 int64 max = (IntVal(std::numeric_limits<int64>::max(), PTY_i64) >> shiftNum).GetExtValue(); in CalIntValueFromFloatValue() local

Completed in 38 milliseconds

12