Searched defs:iterations (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/native/ |
| D | SamplerAniTest.cpp | 27 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/ |
| D | test_result.py | 290 def create_report(**iterations) -> VMBReport:
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 283 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/ |
| D | loop_unroll.cpp | 101 auto iterations = *optIterations; in TransformLoopImpl() local 170 auto iterations = *optIterations; in TransformLoop() local
|
| D | loop_idioms.cpp | 491 auto iterations = in TryTransformArrayInitIdiom() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | bitmap_page_alignment_test.cpp | 88 size_t iterations; in TEST_F() local
|
| D | gc_log_test.cpp | 94 const unsigned iterations = 100; in CounterLogTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | loop_unswitcher.cpp | 206 auto iterations = CountableLoopParser::GetLoopIterations(*loopInfo); in IsSmallLoop() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | result.py | 182 iterations: List[float] = field(default_factory=list) variable in RunResult
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 984 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()
|