Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/native/
DSamplerAniTest.cpp27 static ani_int NativeSlowFunction([[maybe_unused]] ani_env * /*unused*/, ani_int iterations) in NativeSlowFunction()
50 static ani_int NativeANISlowFunction(ani_env *env, ani_int iterations) in NativeANISlowFunction()
77 static ani_int NativeANIFastFunction(ani_env *env, ani_int iterations) in NativeANIFastFunction()
/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.cpp491 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.cpp206 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.cpp984 auto iterations = CountableLoopParser::GetLoopIterations(loopInfo); in GetNestedLoopIterations() local
1021 auto iterations = GetNestedLoopIterations(loop, loopInfoValue); in GetSimpleLoopIterationsInfo() local
1182 bool BoundsAnalysis::ProcessUpdatePhi(PhiInst *updatePhi, BoundsRangeInfo *bri, uint64_t iterations) in ProcessUpdatePhi()