Home
last modified time | relevance | path

Searched defs:max (Results 1 – 16 of 16) 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/ets_runtime/ecmascript/intl/
Dlocale_helper.h117 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha()
130 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit()
143 static bool IsAlphanum(const std::string &str, size_t min, size_t max) in IsAlphanum()
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb41 def check_option_limit(optparser, options, key, min, max) argument
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper()
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DXTools.js72 export function RandInt(min = 0, max = 100) { argument
/arkcompiler/runtime_core/libpandabase/utils/
Dmath_helpers.h123 T max(T a, T b) in max() function
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h614 …static bool IsCheckRange(const std::string &str, size_t min, size_t max, bool(rangeCheckFunc)(char… in IsCheckRange()
627 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha()
640 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit()
653 static bool IsAlphanum(const std::string &str, size_t min, size_t max) in IsAlphanum()
Decma_string.cpp240 int32_t EcmaString::IndexOf(Span<const T1> &lhsSp, Span<const T2> &rhsSp, int32_t pos, int32_t max) in IndexOf()
315 int32_t max = lhsCount - rhsCount; in IndexOf() local
Djs_locale.cpp355 … const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h91 RangeInfo(int32_t min, int32_t max) in RangeInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp384 GateRef pos, GateRef max, GateRef rhsCount) in StringIndexOf()
546 GateRef max = Int32Sub(lhsCount, rhsCount); in StringIndexOf() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp700 int max = -1; in ParseQuantifier() 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/es2panda/test/compiler/js/
Dcocos_worker_test.js8976 max: function(t, e) { method
11656 static max(t, e, i) { method in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.Pi
14997 static max(t, e, i) { method in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.Qi
15376 static max(t, e, i) { method in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.is
56126 max: t.duration property
56754 max: -1 / 0 property
59243 max: -1 / 0 property
113938 max: 50, property
113952 max: 50, property
113959 max: 50, property
[all …]