Home
last modified time | relevance | path

Searched defs:max (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.h39 size_t max = maxAnnoMemoryUsage_.load(std::memory_order_relaxed); in IncreaseAnnoMemoryUsage() local
Dnative_area_allocator.h85 size_t max = maxNativeMemoryUsage_.load(std::memory_order_relaxed); in IncreaseNativeMemoryUsage() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcommon.cpp81 constexpr int32_t max = 7; in CanConvertToIncI() local
Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper()
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb41 def check_option_limit(optparser, options, key, min, max) argument
/arkcompiler/runtime_core/libpandabase/utils/
Dmath_helpers.h122 T max(T a, T b) in max() function
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h645 …static bool IsCheckRange(const std::string &str, size_t min, size_t max, bool(rangeCheckFunc)(char… in IsCheckRange()
658 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha()
671 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit()
684 static bool IsAlphanum(const std::string &str, size_t min, size_t max) in IsAlphanum()
Decma_string.cpp148 int32_t EcmaString::IndexOf(Span<const T1> &lhsSp, Span<const T2> &rhsSp, int32_t pos, int32_t max) in IndexOf()
221 int32_t max = lhsCount - rhsCount; in IndexOf() local
Djs_locale.cpp680 … const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlive_registers.cpp34 LifeNumber max; // NOLINT(misc-non-private-member-variables-in-classes) member
Dbounds_analysis.cpp167 int64_t max = MIN_RANGE_VALUE; in Union() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp358 GateRef pos, GateRef max, GateRef rhsCount) in StringIndexOf()
519 GateRef max = Int32Sub(lhsCount, rhsCount); in StringIndexOf() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h313 …int64_t max = (uint64_t(1) << (size - 1U)) - 1U; // SUPPRESS_CSA(core.UndefinedBinaryOperatorResu… in ImmFitsSize() local
625 void CreateLabels(LabelId max) override in CreateLabels()
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp323 int32_t String::IndexOf(Span<const T1> &lhs_sp, Span<const T2> &rhs_sp, int32_t pos, int32_t max) in IndexOf()
372 int32_t max = lhs_count - rhs_count; in IndexOf() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp700 int max = -1; in ParseQuantifier() local
/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp1152 int32_t max = std::numeric_limits<int32_t>::max(); in TEST_F() local
1213 int32_t max = std::numeric_limits<int32_t>::max(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_lowering.cpp357 GateRef max = builder_.Int64(INT32_MAX); in LowerTypedIncOverflowCheck() local
1482 GateRef max = builder_.Int64(INT32_MAX); in CalculateNumbers() local
1994 GateRef max = builder_.Int64(INT32_MAX); in MonocularNumber() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp801 T max = std::numeric_limits<T>::max(); in TestAddOverflow() local
867 T max = std::numeric_limits<T>::max(); in TestSubOverflow() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp802 T max = std::numeric_limits<T>::max(); in TestAddOverflow() local
868 T max = std::numeric_limits<T>::max(); in TestSubOverflow() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property