Searched defs:iterations (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/ |
| D | InteropRunner.js | 69 #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/ |
| D | SamplerNapiTest.cpp | 27 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/ |
| 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 | 490 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 | 205 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 | 960 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()
|