Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h193 int32_t limit = 1 << (n - 1); in InRangeN() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.h195 size_t limit = (bufBegin == reqSecs_) ? REQUIRED_SECS_LIMIT : UNREQUIRED_SECS_LIMIT; member
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp31 const uint64_t limit = std::max(static_cast<uint64_t>(currentSize * factor), in CalculateAllocLimit() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp113 size_t limit = 0; in MatchFormat() local
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp296 int32_t limit = cfpo.getLimit(); in FormatListToArray() local
Djs_relative_time_format.cpp401 int32_t limit = cfpo.getLimit(); in FormatToArray() local
Djs_number_format.cpp777 int32_t limit = cfpo.getLimit(); in GroupToParts() local
Djs_tagged_value.cpp123 const double limit = 1e-8; in IsZero() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dtarget_info.h430 constexpr RegMask GetParamRegsMask(size_t limit) const in GetParamRegsMask()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1082 uint32_t limit = targetByteIndex + targetElementSize * srcLen; in Set() local
1178 uint32_t limit = targetByteIndex + targetElementSize * srcLength; in Set() local
Dbuiltins_regexp.cpp1076 JSHandle<JSTaggedValue> limit = GetCallArg(argv, 1); in Split() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp1183 JSHandle<JSTaggedValue> limit(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
1222 JSHandle<JSTaggedValue> limit(thread, JSTaggedValue(3)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/
Druntime.cpp737 auto limit = RuntimeInterface::RESOLVE_STRING_AOT_COUNTER_LIMIT; in CheckOptionsConsistency() local