Searched full:further (Results 1 – 25 of 83) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | lse_doc.md | 45 … by this reason we cannot eliminate anything in single traversal because further memory operations… 105 …r we can't record `v20` to list of loads that will be eliminated because further in the loop we ca… 111 …idate has its own list of aliased memory accesses that will be collected further. While traversing… 209 …// If this load MUST_ALIAS any inst from phis[block] it can be further replaced with value outside…
|
| 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 | escape_analysis.md | 26 …cing field's value with that phi. Note that insertion of the phi may cause further materialization.
|
| D | loop_peeling.md | 8 Simplify the loop and allow further loop optimizations.
|
| /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
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | README.md | 3 Typescript linter ( further mentioned as 'linter' ) is a tool to check typescript sources and find …
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/ |
| D | fiber_context.h | 66 …he beginning of func. Upon completion, func should use SwitchContext() to transfer control further.
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | typed.h | 63 …E: when cloning node its type is not copied but removed empty so that it can be re-checked further.
|
| /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.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | irtoc.md | 41 …e `var` holds the newly created instruction `Add` and it can be input for the further instructions.
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | canonicalization.cpp | 106 // This is necessary for further merging of the constant and the If instrution in the Lowering pass
|
| /arkcompiler/runtime_core/ |
| D | README.md | 26 ├── bytecode_optimizer # Bytecode optimizer, further optimize the ARK bytecode to generate opt…
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_manager.h | 121 …* Tries to extract a coroutine instance from the pool for further reuse, returns nullptr in case w…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/ |
| D | 6_arkts_features.rst | 21 … environment, and the return value will be passed through interop to JS. Further, some runtime typ…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 29 further usage. 647 further usage.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 39 further usage. 1136 further usage. 1180 further usage.
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | gc_utils.cpp | 124 // Do not need to process further in ANY mode. in HasBeenGcRef()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | space.h | 294 …// of deserializing for further object allocating, but no object has been allocated on at this mom…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | interop_intrinsic_opt_doc.md | 41 3. Having a scope which may start at several `CreateScope` intrinsics is bad for further optimizati…
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_space.h | 254 …// of deserializing for further object allocating, but no object has been allocated on at this mom…
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 180 … * Ohmurl of both Har and in-app Hsp don't contain [bundle name], need to further screen out Hsp. in UpdateBundleNameIfNeeded()
|
| /arkcompiler/runtime_core/static_core/ |
| D | README.md | 166 ## Further reading
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.h | 81 * See ValidateObject(from_object, object) for further explanation
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | ir_builder_dyn.cpp | 110 // further dead instructions. in BuildInstructionsForBB() 254 // we'll skip further dead instructions. in AddSuccs()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | irtoc.rb | 70 …# to remove all these methods after script is done. Because further scripts should not see macros,…
|
1234