| /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 | 137 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_pre.h | 27 CGPre(DomAnalysis &currDom, MemPool &memPool, MemPool &mp2, PreKind kind, uint32 limit) in CGPre()
|
| /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/ecmascript/compiler/assembler/ |
| D | assembler.h | 243 int32_t limit = 1 << (n - 1); in InRangeN() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 196 const auto limit = data->code->size(); in ProcessCodeData() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_list_format.cpp | 306 int32_t limit = cfpo.getLimit(); in FormatListToArray() local
|
| D | js_relative_time_format.cpp | 415 int32_t limit = cfpo.getLimit(); in FormatToArray() local
|
| D | js_number_format.cpp | 789 int32_t limit = cfpo.getLimit(); in GroupToParts() local
|
| D | js_tagged_value.cpp | 127 const double limit = 1e-8; in IsZero() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_args.cpp | 183 …int32 limit = (secondArgInfo.stkSize > k4ByteSize) ? kStpLdpImm64UpperBound : kStpLdpImm32UpperBou… in GenerateStpInsn() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 121 size_t limit = 0; in MatchFormat() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | target_info.h | 443 constexpr RegMask GetParamRegsMask(size_t limit) const in GetParamRegsMask()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_codegen.cpp | 124 size_t limit = isReq ? REQUIRED_SECS_LIMIT : UNREQUIRED_SECS_LIMIT; in Alloca() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 1172 uint32_t limit = targetByteIndex + targetElementSize * srcLen; in Set() local 1270 uint32_t limit = targetByteIndex + targetElementSize * srcLength; in Set() local
|
| D | builtins_regexp.cpp | 1300 JSHandle<JSTaggedValue> limit = GetCallArg(argv, 1); in Split() local 1546 … JSHandle<EcmaString> string, uint32_t limit, bool useCache) in RegExpSplitFast()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | ebo.cpp | 931 int32 limit = 50; in LocateInsnInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_string_test.cpp | 1236 JSHandle<JSTaggedValue> limit(thread, JSTaggedValue(3)); in HWTEST_F_L0() local 1275 JSHandle<JSTaggedValue> limit(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.cpp | 836 auto limit = RuntimeInterface::RESOLVE_STRING_AOT_COUNTER_LIMIT; in CheckOptionsConsistency() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_color_ra.h | 1728 MemPool &mp2, PreKind kind, uint32 limit) in CallerSavePre()
|