Home
last modified time | relevance | path

Searched full:tries (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gc_test.cpp47 void MemStatsTest(uint64_t tries, size_t objectSize);
83 void MemStatsGCTest::MemStatsTest(uint64_t tries, size_t objectSize) in MemStatsTest() argument
112 for (size_t i = 0; i < tries; i++) { in MemStatsTest()
157 constexpr uint64_t TRIES = 4; in TEST_F() local
161 MemStatsTest<OBJECTS_COUNT>(TRIES, objectSize); in TEST_F()
168 constexpr uint64_t TRIES = 10; in TEST_F() local
172 MemStatsTest<OBJECTS_COUNT>(TRIES, objectSize); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.sts30 * tries to find a lower bound of a key in sorted arr.
68 * tries to find a lower bound of a key in sorted arr.
83 * tries to find an upper bound of a key in sorted arr.
121 * tries to find an upper bound of a key in sorted arr.
196 * tries to find a lower bound of a key in sorted arr.
234 * tries to find a lower bound of a key in sorted arr.
249 * tries to find an upper bound of a key in sorted arr.
287 * tries to find an upper bound of a key in sorted arr.
362 * tries to find a lower bound of a key in sorted arr.
400 * tries to find a lower bound of a key in sorted arr.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_builtin_algorithms.sts.j234 * tries to find a lower bound of a key in sorted arr.
72 * tries to find a lower bound of a key in sorted arr.
87 * tries to find an upper bound of a key in sorted arr.
125 * tries to find an upper bound of a key in sorted arr.
140 * tries to find a lower bound of a key in sorted arr.
178 * tries to find a lower bound of a key in sorted arr.
193 * tries to find an upper bound of a key in sorted arr.
231 * tries to find an upper bound of a key in sorted arr.
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinline_intrinsics.h26 …* InlineIntrinsics(based on the results of the TypesAnalysis) tries to replace dynamic intrinsics …
32 …* Next, optimization tries to replace the intrinsic with static instructions, taking into account …
Dlse.h35 * Generally, this optimization tries to:
/arkcompiler/runtime_core/static_core/compiler/docs/
Dif_conversion_doc.md4 `IfConversion` tries to remove branches in executable code by creating linear sections with predica…
8 Hardware executes the program speculatively. It tries to predict the branch conditional(true or fal…
Dcode_sink_doc.md39 The iterative approach is used. On each iteration the optimization tries to sink each instruction t…
Dmemory_coalescing_doc.md54 The optimization tries to coalesce memory operations in a scope of a basic block. It needs that two…
Dlse_doc.md27 …p, load instructions read values from the heap. But if a load instruction tries to read a value th…
Dcleanup_doc.md82 Then we can join the block with the successor block. After that, the new block tries to join next b…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcoroswitch_in_cctor.cpp55 …* Death test. Tries to call an async function from a static ctor, hence creates a coroutine and sw…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml77 On monitorenter VM thread tries to get ownership of the monitor in the following manner: if
85 …acquired. Other threads may try to gain ownership of the monitor. If thread tries to execute monit…
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h63 // Note that as with std::expected, program that tries to instantiate
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/
Dtest_stress_gc_humongous.sts16 // This test tries to load gc with a large number of memory allocations
Dtest_stress_gc_humongous_bq.sts16 // This test tries to load gc with a large number of memory allocations
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dexpected.h63 // Note that as with std::expected, program that tries to instantiate
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h181 * @brief Method tries move pop_index_ on next position.
194 * @brief Method tries sets next head based on current. Also it's move old ptr to retired list
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.h121 …* Tries to extract a coroutine instance from the pool for further reuse, returns nullptr in case w…
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dworker_thread.h182 …edulerPopId_: specific id for TaskScheduler. TaskScheduler uses it when Helper tries to steal task.
Dtask_scheduler.cpp107 // WorkerThread tries to find Worker with the most tasks in StealTaskFromOtherWorker()
/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp183 // no bug detected during a lot of tries with different parameters
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmem_range_test.cpp205 // no bug detected during a lot of tries with different parameters
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.h148 * object and tries to save it back to disk.
/arkcompiler/runtime_core/static_core/runtime/
Dthread_manager.h273 * Tries to stop all daemon threads in case there are no active basic threads
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md82 Then we can join the block with the successor block. After that, the new block tries to join next b…

12