| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mem_stats_gc_test.cpp | 47 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/ |
| D | BuiltinArrayAlgorithms.sts | 30 * 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/ |
| D | Array_builtin_algorithms.sts.j2 | 34 * 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/ |
| D | inline_intrinsics.h | 26 …* 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 …
|
| D | lse.h | 35 * Generally, this optimization tries to:
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | if_conversion_doc.md | 4 `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…
|
| D | code_sink_doc.md | 39 The iterative approach is used. On each iteration the optimization tries to sink each instruction t…
|
| D | memory_coalescing_doc.md | 54 The optimization tries to coalesce memory operations in a scope of a basic block. It needs that two…
|
| D | lse_doc.md | 27 …p, load instructions read values from the heap. But if a load instruction tries to read a value th…
|
| D | cleanup_doc.md | 82 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/ |
| D | coroswitch_in_cctor.cpp | 55 …* 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/ |
| D | monitor.yaml | 77 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/ |
| D | expected.h | 63 // Note that as with std::expected, program that tries to instantiate
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_stress_gc_humongous.sts | 16 // This test tries to load gc with a large number of memory allocations
|
| D | test_stress_gc_humongous_bq.sts | 16 // This test tries to load gc with a large number of memory allocations
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | expected.h | 63 // Note that as with std::expected, program that tries to instantiate
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | sp_mc_lock_free_queue.h | 181 * @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/ |
| D | stackful_coroutine_manager.h | 121 …* Tries to extract a coroutine instance from the pool for further reuse, returns nullptr in case w…
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | worker_thread.h | 182 …edulerPopId_: specific id for TaskScheduler. TaskScheduler uses it when Helper tries to steal task.
|
| D | task_scheduler.cpp | 107 // WorkerThread tries to find Worker with the most tasks in StealTaskFromOtherWorker()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 183 // no bug detected during a lot of tries with different parameters
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 205 // no bug detected during a lot of tries with different parameters
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.h | 148 * object and tries to save it back to disk.
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_manager.h | 273 * Tries to stop all daemon threads in case there are no active basic threads
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | cleanup_doc.md | 82 Then we can join the block with the successor block. After that, the new block tries to join next b…
|