Searched full:further (Results 1 – 25 of 90) sorted by relevance
1234
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/ |
| D | DataflowProblem.ts | 23 …* Return true if keeping progagation (i.e., tgtStmt will be added to the WorkList for further anal…
|
| /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 | lower_boxed_boolean_doc.md | 3 …e operations. This eliminates unnecessary boxing/unboxing and allows for further optimizations suc…
|
| 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/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | topLevelStmts.cpp | 62 …// If further processing based on "use static" is required later, such as throwing a warning or mo… in CheckFileHeaderFlag()
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/ |
| D | fiber_context.h | 68 …he beginning of func. Upon completion, func should use SwitchContext() to transfer control further.
|
| /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/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/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/ |
| D | README.md | 26 ├── bytecode_optimizer # Bytecode optimizer, further optimize the ARK bytecode to generate opt…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 29 further usage. 647 further usage.
|
| /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/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/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 39 further usage. 1136 further usage. 1180 further usage.
|
| /arkcompiler/runtime_core/taihe/test/ani_arraybuffer/user/ |
| D | main.ets | 79 // Optionally, pass the ArrayBuffer to a function for further validation 100 // Optionally, pass the ArrayBuffer to a function for further validation
|
| /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/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.h | 81 * See ValidateObject(from_object, object) for further explanation
|
| /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/libabckit/src/irbuilder_dynamic/ |
| D | ir_builder_dyn.cpp | 110 // further dead instructions. in BuildInstructionsForBB() 254 // we'll skip further dead instructions. in AddSuccs()
|
1234