| /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 = 10; in TEST_F() local 161 MemStatsTest<OBJECTS_COUNT>(TRIES, objectSize); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | BuiltinArrayAlgorithms.ets | 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.ets.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/tests/tests-u-runner-2/runner/options/ |
| D | cli_options.py | 80 if not tries to convert to int 110 if not tries to convert to bool 155 tries to get its value supposing it's divided with a space 177 tries to get its value supposing it's divided with an equal sign `=`
|
| /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 | object_type_propagation_doc.md | 3 **Object Type Propagation** - analysis which tries to deduce classes of instructions with reference…
|
| D | code_sink_doc.md | 39 The iterative approach is used. On each iteration the optimization tries to sink each instruction t…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | coroswitch_in_cctor.cpp | 54 …* Death test. Tries to call an async function from a static ctor, hence creates a coroutine and sw…
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | breakpoint_base.h | 60 * @brief Tries to resolve breakpoint, shuould be called on load new panda file
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | memory_map.h | 53 // by default, it tries to map memory in low addr space, with a random start
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | breakpoint_base.h | 60 * @brief Tries to resolve breakpoint, shuould be called on load new panda file
|
| /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/ets_frontend/ets2panda/lsp/src/ |
| D | navigate_to.cpp | 116 // Helper: tries to emit a single item, returns false if limit reached
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_stress_gc_humongous_bq.ets | 19 // This test tries to load gc with a large number of memory allocations
|
| D | test_stress_gc_humongous.ets | 19 // 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 | 185 * @brief Method tries move pop_index_ on next position. 198 * @brief Method tries sets next head based on current. Also it's move old ptr to retired list
|
| /arkcompiler/ets_runtime/common_components/objects/string_table/ |
| D | hashtriemap.h | 80 …// Note: CMC GC assumes string is always a non-young object and tries to optimize it out in young … in HashTrieMapEntry() 102 …// Note: CMC GC assumes string is always a non-young object and tries to optimize it out in young … in SetValue()
|
| /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/libpandabase/taskmanager/ |
| D | task_scheduler.cpp | 36 // WorkerThread tries to find Worker with the most tasks in StealTaskFromOtherWorker()
|