Home
last modified time | relevance | path

Searched full:tries (Results 1 – 25 of 43) 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 = 10; in TEST_F() local
161 MemStatsTest<OBJECTS_COUNT>(TRIES, objectSize); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.ets30 * 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.ets.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/tests/tests-u-runner-2/runner/options/
Dcli_options.py80 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/
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…
Dobject_type_propagation_doc.md3 **Object Type Propagation** - analysis which tries to deduce classes of instructions with reference…
Dcode_sink_doc.md39 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/
Dcoroswitch_in_cctor.cpp54 …* 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/
Dbreakpoint_base.h60 * @brief Tries to resolve breakpoint, shuould be called on load new panda file
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dmemory_map.h53 // by default, it tries to map memory in low addr space, with a random start
/arkcompiler/toolchain/tooling/static/debugger/
Dbreakpoint_base.h60 * @brief Tries to resolve breakpoint, shuould be called on load new panda file
/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/ets_frontend/ets2panda/lsp/src/
Dnavigate_to.cpp116 // 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/
Dtest_stress_gc_humongous_bq.ets19 // This test tries to load gc with a large number of memory allocations
Dtest_stress_gc_humongous.ets19 // 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.h185 * @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/
Dhashtriemap.h80 …// 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/
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/libpandabase/taskmanager/
Dtask_scheduler.cpp36 // WorkerThread tries to find Worker with the most tasks in StealTaskFromOtherWorker()

12