Home
last modified time | relevance | path

Searched defs:iterations (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
DInteropRunner.js69 #loopFromJS(iterations = DEFAULT_ITERATIONS) { argument
82 #loopFromArk(iterations = DEFAULT_ITERATIONS) { argument
90 run(iterations = DEFAULT_ITERATIONS) { argument
101 const iterations = (VMB_BENCH_UNIT_ITERATIONS && Number.isFinite(Number(VMB_BENCH_UNIT_ITERATIONS))… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
DSamplerNapiTest.cpp27 ets_int iterations) in ETS_ETSGLOBAL_NativeSlowFunction()
48 …s_int ETS_CALL ETS_ETSGLOBAL_NativeNAPISlowFunction(EtsEnv *env, ets_class cls, ets_int iterations) in ETS_ETSGLOBAL_NativeNAPISlowFunction()
55 …s_int ETS_CALL ETS_ETSGLOBAL_NativeNAPIFastFunction(EtsEnv *env, ets_class cls, ets_int iterations) in ETS_ETSGLOBAL_NativeNAPIFastFunction()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_result.py290 def create_report(**iterations) -> VMBReport:
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py283 def run_js_case_via_ark(js_file_path, class_name, api_name, iterations, report_file): argument
338 def run_via_ark(jspath, report_file, iterations): argument
723 def get_v_8_excute_times(jspath, v_8_based_report_file, iterations): argument
752 def get_v_8_jitless_excute_times(jspath, v_8_based_report_file_path, iterations): argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp101 auto iterations = *optIterations; in TransformLoopImpl() local
170 auto iterations = *optIterations; in TransformLoop() local
Dloop_idioms.cpp490 auto iterations = in TryTransformArrayInitIdiom() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dbitmap_page_alignment_test.cpp88 size_t iterations; in TEST_F() local
Dgc_log_test.cpp94 const unsigned iterations = 100; in CounterLogTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dloop_unswitcher.cpp205 auto iterations = CountableLoopParser::GetLoopIterations(*loopInfo); in IsSmallLoop() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dresult.py182 iterations: List[float] = field(default_factory=list) variable in RunResult
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp960 auto iterations = CountableLoopParser::GetLoopIterations(loopInfo); in GetNestedLoopIterations() local
997 auto iterations = GetNestedLoopIterations(loop, loopInfoValue); in GetSimpleLoopIterationsInfo() local
1158 bool BoundsAnalysis::ProcessUpdatePhi(PhiInst *updatePhi, BoundsRangeInfo *bri, uint64_t iterations) in ProcessUpdatePhi()