Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/docs/
Dir_format.md95 … the optimization [Unroll](https://en.wikipedia.org/wiki/Loop_unrolling) allows to remove unnecess…
126 Class **Graph** allows creating new instructions, adding and removing blocks, constructing RPO, Dom…
136 Class **BasicBlock** allows adding and removing instructions in the BasicBlock, adding and removing…
194 Class **Inst** allows adding and removing users and inputs
245 Class **RPO** allows constructing RPO vector, adding or removing blocks to the vector.
293 Class **GraphVisitor** allows to go through the blocks of the graph in RPO order and then all the i…
Druntime-debug-api.md25 …ificationManager`](../runtime/include/runtime_notification.h) class that allows to subscript for d…
Dcoding-style.md22 9. Do not use special naming for getters/setters (google allows this:
Druntime-class.md40 Such layout allows to get pointer to the `panda::Class` object from the `coretypes::Class` one and …
Drationale-for-bytecode.md128 Finally, using accumulator allows getting rid of the instructions for writing the result to the reg…
148 It easy to see that to address virtual registers 4 and 5 we need just 3 bits which allows to encode
Daot.md52 filled with appropriate data during AOT file loading at runtime. This data allows compiler's codege…
Ddesign-of-interpreter.md168 metadata (a "tag"), which allows at least distinguish between garbage collectable and other
/arkcompiler/runtime_core/tests/gtest_launcher/
Dmain.cpp41 // the parent allows it. in HandleTimeout()
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md20 - A boolean option that allows to continue the compilation if some of the methods are failed to com…
Dmemory_coalescing_doc.md63 To track indices we use basic implementation of scalar evolution that allows to track how variables…
240 | `--compiler-memory-coalescing-objects` | Allows coalescing of operations with `ref`s | `true` |
Dinterface_inline_cache.md5 Ark Runtime allows multiple interfaces to be inherited, and uses the itable table to dynamically q…
Dcode_sink_doc.md8 This optimization allows to avoid execution of statements that are not used on execution path. This…
Dscheduler_doc.md8 …because they are written by one of the previous instructions. Scheduling allows to reduce the amou…
Dplt.md28 …parameter is always a callee `Method pointer`, so the trick from previous paragraph allows to have
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.h188 // Stores the order in which keys were added (allows to access elements by index):
/arkcompiler/runtime_core/runtime/mem/
Dbump-allocator.h192 // Mutex, which allows only one thread to Alloc/Free/Collect/Iterate inside this allocator
Dhumongous_obj_allocator.h307 // RW lock which allows only one thread to change smth inside allocator
Dfreelist_allocator.h327 // RW lock which allows only one thread to change smth inside allocator
/arkcompiler/runtime_core/runtime/tests/
Dhumongous_obj_allocator_test.cpp98 // Mutex, which allows only one thread to add pool to the pool vector
Drunslots_allocator_test.cpp98 // Mutex, which allows only one thread to add pool to the pool vector
Dfreelist_allocator_test.cpp108 // Mutex, which allows only one thread to add pool to the pool vector
/arkcompiler/runtime_core/runtime/interpreter/
Dinstruction_handler_base.h96 … // Skip dump if logger is disable. This allows us to speed up interpretation in the 'Debug' build. in DumpVRegs()
/arkcompiler/runtime_core/cmake/
DClangTidy.cmake87 # The list of CHECKS allows to pass per-target checks in additions to
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml73 is associated with a monitor, each monitor has a counter that allows to control access to
/arkcompiler/runtime_core/runtime/
Druntime.yaml29 # NB! The `space` property allows to group intrinsics and control

12