Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DvReg.h55 [[nodiscard]] constexpr bool IsValid(uint32_t limit) const noexcept in IsValid()
DregAllocator.cpp90 std::size_t limit = 0; in RegIndicesValid() local
Demitter.cpp155 size_t limit = 0; in MatchFormat() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dif_conversion.cpp81 auto limit = GetIfcLimit(bb); in TryTriangle() local
165 auto limit = GetIfcLimit(bb); in TryDiamond() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinduction_variable_analysis.cpp135 int32_t limit = GetIntFromTaggedConstant(limitGate); in TryGetLoopTimes() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp30 const uint64_t limit = std::max(static_cast<uint64_t>(currentSize * factor), in CalculateAllocLimit() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h280 int32_t limit = 1 << (n - 1); in InRangeN() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp204 const auto limit = data->code->size(); in MakeChangeWithId() local
/arkcompiler/ets_runtime/test/moduletest/arrayEvery/
DarrayEvery.js165 const context = { limit: 5 }; property
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp295 int32_t limit = cfpo.getLimit(); in FormatListToArray() local
Djs_relative_time_format.cpp412 int32_t limit = cfpo.getLimit(); in FormatToArray() local
Djs_number_format.cpp858 int32_t limit = cfpo.getLimit(); in GroupToParts() local
Djs_tagged_value.cpp409 const double limit = 1e-8; in IsZero() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dtarget_info.h456 constexpr RegMask GetParamRegsMask(size_t limit) const in GetParamRegsMask()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.cpp366 auto limit = compiler::RuntimeInterface::RESOLVE_STRING_AOT_COUNTER_LIMIT; in LowerLoadString() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp52 size_t limit = 0; member
332 size_t limit = std::numeric_limits<size_t>::max(), in CreateCalleeMethod()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp156 …explicit FixedCountSpreader(compiler::RuntimeInterface *runtime, MethodCount limit, ModuleFactory … in FixedCountSpreader()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1176 uint32_t limit = targetByteIndex + targetElementSize * srcLen; in Set() local
1279 uint32_t limit = targetByteIndex + targetElementSize * srcLength; in Set() local
Dbuiltins_typedarray.cpp1279 uint32_t limit = targetByteIndex + targetElementSize * srcLen; in Set() local
1377 uint32_t limit = targetByteIndex + targetElementSize * srcLength; in Set() local
Dbuiltins_regexp.cpp1427 … JSHandle<JSTaggedValue> jsString, JSHandle<JSTaggedValue> limit, in RegExpSplit()
1639 JSHandle<JSTaggedValue> limit = GetCallArg(argv, 1); in Split() local
1654 … JSHandle<JSTaggedValue> jsString, uint32_t limit, bool useCache) in RegExpSplitFast()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp130 size_t limit = 0; in MatchFormat() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp117 void Set::InclRange(const int start, const int limit) in InclRange()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp106 size_t limit = isReq ? REQUIRED_SECS_LIMIT : UNREQUIRED_SECS_LIMIT; in Alloca() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp1095 JSHandle<JSTaggedValue> limit(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
1120 JSHandle<JSTaggedValue> limit(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp846 auto limit = RuntimeInterface::RESOLVE_STRING_AOT_COUNTER_LIMIT; in CheckOptionsConsistency() local