Searched full:further (Results 1 – 25 of 28) sorted by relevance
12
| /arkcompiler/ets_frontend/ts2panda/src/expression/ |
| D | metaProperty.ts | 34 // support meta.property further
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 23 and use it in the form of the `AddI` instruction of the `ptr` type in further
|
| D | loop_peeling.md | 8 Simplify the loop and allow further loop optimizations.
|
| /arkcompiler/runtime_core/docs/ |
| D | irtoc.md | 41 …e `var` holds the newly created instruction `Add` and it can be input for the further instructions.
|
| D | code_metainfo.md | 87 - Values 0..11 represent the result as-is, with no further following bits.
|
| D | design-of-interpreter.md | 192 constraint, which can be relaxed even further with the stackless interpreter (see above).
|
| D | doxygen.config | 299 # The output of markdown processing is further processed by doxygen, so you can 917 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how 1435 # further fine-tune the look of the index. As an example, the default style 2404 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 2413 # further from the root node will be omitted. Note that setting this option to 1 2415 # note that the size of a graph can be further restricted by
|
| D | ir_format.md | 289 …ss to def-use structures is just checking whether storage is dynamic and further processing of the…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 39 further usage. 1136 further usage. 1180 further usage.
|
| D | call.virt.short.negative.yaml | 48 virtual methods are supported, further extensions are TBD).
|
| D | call.virt.range.negative.yaml | 49 virtual methods are supported, further extensions are TBD).
|
| D | call.virt.short.yaml | 81 virtual methods are supported, further extensions are TBD).
|
| D | call.virt.negative.yaml | 49 virtual methods are supported, further extensions are TBD).
|
| D | call.virt.range_base.yaml | 55 virtual methods are supported, further extensions are TBD).
|
| D | call.virt.range.yaml | 67 virtual methods are supported, further extensions are TBD).
|
| D | call.virt.yaml | 55 virtual methods are supported, further extensions are TBD).
|
| D | call.virt.acc.short.yaml | 31 virtual methods are supported, further extensions are TBD).
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | object_helpers.h | 82 * See ValidateObject(from_object, object) for further explanation
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | irtoc.rb | 59 …# to remove all these methods after script is done. Because further scripts should not see macros,…
|
| /arkcompiler/runtime_core/ |
| D | README.md | 27 ├── bytecode_optimizer # Bytecode optimizer, further optimize the ARK bytecode to generate opt…
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.cpp | 186 // (as soon as every of operator_insts_ is removed before further usage) in GenerateElementalOperator()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 171 // further dead instructions. in BuildInstructionsForBB() 347 // we'll skip further dead instructions. in ConnectBasicBlocks()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.cpp | 241 // Add back-edges to the loop for further analysis in PopulateLoops()
|
| D | bounds_analysis.cpp | 332 // For further description () is for left_range bounds and [] is for right_range bounds in TryNarrowBoundsByCC()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_sink_test.cpp | 172 * Do not sink loads that may alias further stores in the block
|
12