Home
last modified time | relevance | path

Searched defs:iterations (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
H A DSamplerNapiTest.cpp48 ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_NativeNAPISlowFunction(EtsEnv *env, ets_class cls, ets_int iterations) in ETS_ETSGLOBAL_NativeNAPISlowFunction() argument
55 ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_NativeNAPIFastFunction(EtsEnv *env, ets_class cls, ets_int iterations) in ETS_ETSGLOBAL_NativeNAPIFastFunction() argument
26 ETS_ETSGLOBAL_NativeSlowFunction([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class, ets_int iterations) ETS_ETSGLOBAL_NativeSlowFunction() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dbitmap_page_alignment_test.cpp88 size_t iterations; in TEST_F() local
H A Dgc_log_test.cpp94 const unsigned iterations = 100; in CounterLogTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_idioms.cpp156 auto iterations = in TryTransformArrayInitIdiom() local
H A Dloop_unroll.cpp101 auto iterations = *optIterations; in TransformLoopImpl() local
165 auto iterations = *optIterations; in TransformLoop() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dloop_unswitcher.cpp205 auto iterations = CountableLoopParser::GetLoopIterations(*loopInfo); in IsSmallLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp960 auto iterations = CountableLoopParser::GetLoopIterations(loopInfo); in GetNestedLoopIterations() local
997 auto iterations = GetNestedLoopIterations(loop, loopInfoValue); in GetSimpleLoopIterationsInfo() local
1158 ProcessUpdatePhi(PhiInst *updatePhi, BoundsRangeInfo *bri, uint64_t iterations) ProcessUpdatePhi() argument
[all...]

Completed in 6 milliseconds