| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap_region_allocator.h | 39 size_t max = maxAnnoMemoryUsage_.load(std::memory_order_relaxed); in IncreaseAnnoMemoryUsage() local
|
| D | native_area_allocator.h | 85 size_t max = maxNativeMemoryUsage_.load(std::memory_order_relaxed); in IncreaseNativeMemoryUsage() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | common.cpp | 81 constexpr int32_t max = 7; in CanConvertToIncI() local
|
| D | bytecode_encoder.h | 30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper()
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | test-runner.rb | 41 def check_option_limit(optparser, options, key, min, max) argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | math_helpers.h | 122 T max(T a, T b) in max() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_locale.h | 645 …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()
|
| D | ecma_string.cpp | 148 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
|
| D | js_locale.cpp | 680 … const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | live_registers.cpp | 34 LifeNumber max; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| D | bounds_analysis.cpp | 167 int64_t max = MIN_RANGE_VALUE; in Union() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 358 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/ |
| D | target.h | 313 …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/ |
| D | string.cpp | 323 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/ |
| D | regexp_parser.cpp | 700 int max = -1; in ParseQuantifier() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | codegen_test.cpp | 1152 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/ |
| D | type_lowering.cpp | 357 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/ |
| 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
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| 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
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|