Searched full:tries (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | mem_stats_gc_test.cpp | 46 void MemStatsTest(uint64_t tries, size_t object_size); 59 void MemStatsGCTest::MemStatsTest(uint64_t tries, size_t object_size) in MemStatsTest() argument 94 for (size_t i = 0; i < tries; i++) { in MemStatsTest() 139 constexpr uint64_t TRIES = 4; in TEST_F() local 143 MemStatsTest<OBJECTS_COUNT>(TRIES, OBJECTS_SIZE[i]); in TEST_F() 150 constexpr uint64_t TRIES = 10; in TEST_F() local 154 MemStatsTest<OBJECTS_COUNT>(TRIES, OBJECTS_SIZE[i]); in TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_recorder.h | 52 …// This function tries to get the type of 'this'. In success, the type of the class is returned if… 56 …// This function tries to get the type of 'newTarget'. In success, the type of the class is return… 60 // This function tries to get the type of the function. On failure, the type 'any' is returned.
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | types_resolving.h | 25 …* TypesResolving(based on the results of the TypesAnalysis) tries to replace dynamic intrinsics to… 30 …* Next, optimization tries to replace the intrinsic with static instructions, taking into account …
|
| /arkcompiler/runtime_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 | 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/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/libpandabase/tests/ |
| D | mem_range_test.cpp | 183 // no bug detected during a lot of tries with different parameters
|
| /arkcompiler/runtime_core/runtime/ |
| D | thread_manager.h | 224 * Tries to stop all daemon threads in case there are no active basic threads
|
| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 284 # Fortran. In the later case the parser tries to guess whether the code is fixed 315 # When enabled doxygen tries to link words that correspond to documented
|