Home
last modified time | relevance | path

Searched defs:limit (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dif_conversion.cpp81 auto limit = GetIfcLimit(bb); in TryTriangle() local
165 auto limit = GetIfcLimit(bb); in TryDiamond() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregAllocator.cpp90 std::size_t limit = 0; in RegIndicesValid() local
H A Demitter.cpp155 size_t limit = 0; in MatchFormat() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp135 int32_t limit = GetIntFromTaggedConstant(limitGate); in TryGetLoopTimes() local
169 << " stride: " << stride << " limit: " << limit; in TryGetLoopTimes() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp204 const auto limit = data->code->size(); in MakeChangeWithId() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dassembler.h272 int32_t limit = 1 << (n - 1); in InRangeN() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.cpp30 const uint64_t limit = std::max(static_cast<uint64_t>(currentSize * factor), in CalculateAllocLimit() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_list_format.cpp297 int32_t limit = cfpo.getLimit(); in FormatListToArray() local
H A Djs_relative_time_format.cpp412 int32_t limit = cfpo.getLimit(); in FormatToArray() local
H A Djs_tagged_value.cpp412 const double limit = 1e-8; in IsZero() local
H A Djs_number_format.cpp858 int32_t limit = cfpo.getLimit(); in GroupToParts() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dbuiltins.cpp366 auto limit = compiler::RuntimeInterface::RESOLVE_STRING_AOT_COUNTER_LIMIT; in LowerLoadString() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp156 explicit FixedCountSpreader(compiler::RuntimeInterface *runtime, MethodCount limit, ModuleFactory moduleFactory) in FixedCountSpreader() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_typedarray.cpp1149 uint32_t limit = targetByteIndex + targetElementSize * srcLen; in Set() local
1252 uint32_t limit = targetByteIndex + targetElementSize * srcLength; in Set() local
[all...]
H A Dbuiltins_typedarray.cpp1280 uint32_t limit = targetByteIndex + targetElementSize * srcLen; in Set() local
1378 uint32_t limit = targetByteIndex + targetElementSize * srcLength; in Set() local
[all...]
H A Dbuiltins_regexp.cpp1645 JSHandle<JSTaggedValue> limit = GetCallArg(argv, 1); in Split() local
1432 RegExpSplit(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSHandle<JSTaggedValue> jsString, JSHandle<JSTaggedValue> limit, bool isFastPath) RegExpSplit() argument
1659 RegExpSplitFast(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSHandle<JSTaggedValue> jsString, uint32_t limit, bool useCache) RegExpSplitFast() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp120 size_t limit = isReq ? REQUIRED_SECS_LIMIT : UNREQUIRED_SECS_LIMIT; in Alloca() local
123 << " plus size:" << size << "exceed limit:" << limit; in Alloca() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp140 size_t limit = 0; in MatchFormat() local
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp846 auto limit = RuntimeInterface::RESOLVE_STRING_AOT_COUNTER_LIMIT; in CheckOptionsConsistency() local
851 << "Consider value lower than " << limit << " to enable the optimization."; in CheckOptionsConsistency() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp52 size_t limit = 0; member
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DassignAnalyzer.cpp117 void Set::InclRange(const int start, const int limit) in InclRange() argument

Completed in 52 milliseconds