| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | vReg.h | 55 [[nodiscard]] constexpr bool IsValid(uint32_t limit) const noexcept in IsValid()
|
| D | regAllocator.cpp | 90 std::size_t limit = 0; in RegIndicesValid() local
|
| D | emitter.cpp | 155 size_t limit = 0; in MatchFormat() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | if_conversion.cpp | 81 auto limit = GetIfcLimit(bb); in TryTriangle() local 165 auto limit = GetIfcLimit(bb); in TryDiamond() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_stringdecoder.cpp | 64 size_t limit = static_cast<size_t>(ucnv_getMinCharSize(conv_)) * length; in Write() local
|
| D | ani_textdecoder.cpp | 156 size_t limit = GetMinByteSize() * length; in DecodeToString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | induction_variable_analysis.cpp | 135 int32_t limit = GetIntFromTaggedConstant(limitGate); in TryGetLoopTimes() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlListFormat.cpp | 148 auto limit = pos.getLimit(); in FormatToParts() local
|
| D | IntlNumberFormat.cpp | 446 int32_t limit = cfpos.getLimit(); in ExtractParts() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
| D | assembler.h | 269 int32_t limit = 1 << (n - 1); in InRangeN() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_controller.cpp | 31 const uint64_t limit = std::max(static_cast<uint64_t>(currentSize * factor), in CalculateAllocLimit() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayEvery/ |
| D | arrayEvery.js | 165 const context = { limit: 5 }; property
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 279 const auto limit = data->code->size(); in MakeChangeWithId() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_list_format.cpp | 295 int32_t limit = cfpo.getLimit(); in FormatListToArray() local
|
| D | js_relative_time_format.cpp | 420 int32_t limit = cfpo.getLimit(); in FormatToArray() local
|
| D | js_number_format.cpp | 858 int32_t limit = cfpo.getLimit(); in GroupToParts() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | target_info.h | 456 constexpr RegMask GetParamRegsMask(size_t limit) const in GetParamRegsMask()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | builtins.cpp | 366 auto limit = compiler::RuntimeInterface::RESOLVE_STRING_AOT_COUNTER_LIMIT; in LowerLoadString() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_aot_compiler.cpp | 156 …explicit FixedCountSpreader(compiler::RuntimeInterface *runtime, MethodCount limit, ModuleFactory … in FixedCountSpreader()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 1176 uint32_t limit = targetByteIndex + targetElementSize * srcLen; in Set() local 1279 uint32_t limit = targetByteIndex + targetElementSize * srcLength; in Set() local
|
| D | builtins_typedarray.cpp | 1253 uint32_t limit = targetByteIndex + targetElementSize * srcLen; in Set() local 1351 uint32_t limit = targetByteIndex + targetElementSize * srcLength; in Set() local
|
| D | builtins_regexp.cpp | 1478 … JSHandle<JSTaggedValue> jsString, JSHandle<JSTaggedValue> limit, in RegExpSplit() 1692 JSHandle<JSTaggedValue> limit = GetCallArg(argv, 1); in Split() local 1709 … JSHandle<JSTaggedValue> jsString, uint32_t limit, bool useCache) in RegExpSplitFast()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 133 size_t limit = 0; in MatchFormat() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_codegen.cpp | 112 size_t limit = isReq ? REQUIRED_SECS_LIMIT : UNREQUIRED_SECS_LIMIT; in Alloca() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_string_test.cpp | 1100 JSHandle<JSTaggedValue> limit(thread, JSTaggedValue(3)); in HWTEST_F_L0() local 1125 JSHandle<JSTaggedValue> limit(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
|