Searched full:also (Results 1 – 25 of 391) sorted by relevance
12345678910>>...16
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 6 …perform `ResolveStringAot` runtime call that will return a pointer. That runtime call may also save 32 `RuntimeStringAot` runtime call resolves the string as a regular `RuntimeString` call, but also doe… 49 `AotManager` is responsible for storing PLT-slots containing references. It also provides methods t… 52 PLT-slots during young GC, but it also requires update during update phase. As yet another optimiza…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_resolve_string.md | 6 …perform `ResolveStringAot` runtime call that will return a pointer. That runtime call may also save 32 `RuntimeStringAot` runtime call resolves the string as a regular `RuntimeString` call, but also doe… 49 `AotManager` is responsible for storing PLT-slots containing references. It also provides methods t… 52 PLT-slots during young GC, but it also requires update during update phase. As yet another optimiza…
|
| D | object_type_check_elimination_doc.md | 18 `IsInstanceVisitor` also used in `Peephole` optimizations. 23 `CheckCastVisitor` also used in `CheckCast` optimizations.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | README | 8 Bytecode information. It also aims hardcode avoidance in interpreter, compiler 17 (You also need to register your template in CMakeLists.txt)
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 8 Bytecode information. It also aims hardcode avoidance in interpreter, compiler 17 (You also need to register your template in CMakeLists.txt)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/ |
| D | scenarios.cpp | 71 // Note this also covers scenario of return type any in TEST_F() 77 // Note this also covers scenario of return type unknown in TEST_F() 83 // Note this also covers scenario of return type undefined in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | interop_intrinsic_kinds.h.erb | 23 CREATES_LOCAL, // wrap also creates local object 24 NEED_SCOPE, // all above also need scope
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/ |
| D | recipe151.md | 10 variable declaration. Initialization of variables with ``ESObject`` type is also limited. 45 ## See also
|
| D | recipe121.md | 30 ## See also
|
| D | recipe128.md | 32 ## See also
|
| D | recipe79.md | 39 ## See also
|
| D | recipe27.md | 40 ## See also
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe151.md | 10 variable declaration. Initialization of variables with ``ESObject`` type is also limited. 45 ## See also
|
| D | recipe121.md | 30 ## See also
|
| D | recipe128.md | 32 ## See also
|
| D | recipe79.md | 39 ## See also
|
| D | recipe27.md | 40 ## See also
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 15 also known as operation's _operands_. Operands may be _registers_ (very fast "variables" located 23 that the number and purpose of registers differs, too. Some nuances of working with stack may also 32 (debugger, profilers, etc.) is also unified, as well as the ecosystem for managing libraries, 129 which also saves us encoding space and improves performance 171 Please note also that we don't need "full-range" versions for all instructions. In case some
|
| D | doxygen.config | 12 # For lists, items can also be appended using: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 161 # Note that you can specify absolute paths here, but also relative paths, which 206 # Note that setting this tag to YES also means that rational rose comments are 291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 327 # versus func(std::string) {}). This also make the inheritance and collaboration 365 # If one adds a struct or class to a group and this option is enabled, then also 434 # Note: This will also disable the warnings about undocumented members that are 521 # names in lower-case letters. If set to YES, upper-case letters are also 578 # this will also influence the order of the classes in the class list. [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 15 also known as operation's _operands_. Operands may be _registers_ (very fast "variables" located 23 that the number and purpose of registers differs, too. Some nuances of working with stack may also 32 (debugger, profilers, etc.) is also unified, as well as the ecosystem for managing libraries, 129 which also saves us encoding space and improves performance 171 Please note also that we don't need "full-range" versions for all instructions. In case some
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | macros.h | 238 // Note, clang also defines __GNUC__ macro, so, check __clang also 283 // Note, clang also defines __GNUC__ macro, so, check __clang also 306 // Note, clang also defines __GNUC__ macro, so, check __clang also
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | README.md | 12 …oreybutler/nvm-windows) for windows - v1.1.9 is the most stable). You can also follow the [officia… 36 You can also use command files `tslinter.sh` or `tslinter.bat` with same arguments as for direct la…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | interfaces.rst | 80 A class that implements an interface can also use a short or a long notation: 124 interface it extends. It also can add its own properties and methods.
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
| D | README.md | 12 …oreybutler/nvm-windows) for windows - v1.1.9 is the most stable). You can also follow the [officia… 36 You can also use command files `tslinter.sh` or `tslinter.bat` with same arguments as for direct la…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | merge-markdown.py | 50 if (line == "### See also\n"): 51 line = "**See also**\n"
|
12345678910>>...16