Searched full:allows (Results 1 – 25 of 31) sorted by relevance
12
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 95 … 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…
|
| D | runtime-debug-api.md | 25 …ificationManager`](../runtime/include/runtime_notification.h) class that allows to subscript for d…
|
| D | coding-style.md | 22 9. Do not use special naming for getters/setters (google allows this:
|
| D | runtime-class.md | 40 Such layout allows to get pointer to the `panda::Class` object from the `coretypes::Class` one and …
|
| D | rationale-for-bytecode.md | 128 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
|
| D | aot.md | 52 filled with appropriate data during AOT file loading at runtime. This data allows compiler's codege…
|
| D | design-of-interpreter.md | 168 metadata (a "tag"), which allows at least distinguish between garbage collectable and other
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| D | main.cpp | 41 // the parent allows it. in HandleTimeout()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 20 - A boolean option that allows to continue the compilation if some of the methods are failed to com…
|
| D | memory_coalescing_doc.md | 63 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` |
|
| D | interface_inline_cache.md | 5 Ark Runtime allows multiple interfaces to be inherited, and uses the itable table to dynamically q…
|
| D | code_sink_doc.md | 8 This optimization allows to avoid execution of statements that are not used on execution path. This…
|
| D | scheduler_doc.md | 8 …because they are written by one of the previous instructions. Scheduling allows to reduce the amou…
|
| D | plt.md | 28 …parameter is always a callee `Method pointer`, so the trick from previous paragraph allows to have
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | json_parser.h | 188 // Stores the order in which keys were added (allows to access elements by index):
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | bump-allocator.h | 192 // Mutex, which allows only one thread to Alloc/Free/Collect/Iterate inside this allocator
|
| D | humongous_obj_allocator.h | 307 // RW lock which allows only one thread to change smth inside allocator
|
| D | freelist_allocator.h | 327 // RW lock which allows only one thread to change smth inside allocator
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | humongous_obj_allocator_test.cpp | 98 // Mutex, which allows only one thread to add pool to the pool vector
|
| D | runslots_allocator_test.cpp | 98 // Mutex, which allows only one thread to add pool to the pool vector
|
| D | freelist_allocator_test.cpp | 108 // Mutex, which allows only one thread to add pool to the pool vector
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | instruction_handler_base.h | 96 … // Skip dump if logger is disable. This allows us to speed up interpretation in the 'Debug' build. in DumpVRegs()
|
| /arkcompiler/runtime_core/cmake/ |
| D | ClangTidy.cmake | 87 # The list of CHECKS allows to pass per-target checks in additions to
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 73 is associated with a monitor, each monitor has a counter that allows to control access to
|
| /arkcompiler/runtime_core/runtime/ |
| D | runtime.yaml | 29 # NB! The `space` property allows to group intrinsics and control
|
12