Home
last modified time | relevance | path

Searched full:also (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md6 …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/
Daot_resolve_string.md6 …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…
Dobject_type_check_elimination_doc.md18 `IsInstanceVisitor` also used in `Peephole` optimizations.
23 `CheckCastVisitor` also used in `CheckCast` optimizations.
/arkcompiler/runtime_core/isa/
DREADME8 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/isa/
DREADME8 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/compiler/optimizer/
Dinterop_intrinsic_kinds.h.erb23 CREATES_LOCAL, // wrap also creates local object
24 NEED_SCOPE, // all above also need scope
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe151.md11 with ``ESObject`` type is also limited. Such variables can only be initialized
47 ## See also
Drecipe121.md30 ## See also
Drecipe128.md32 ## See also
Drecipe79.md39 ## See also
Drecipe27.md40 ## See also
Drecipe137.md39 ## See also
Drecipe15.md46 ## See also
Drecipe8.md38 ## See also
Drecipe143.md32 ## See also
Drecipe126.md49 ## See also
Drecipe129.md44 ## See also
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmain.cpp22 "at least 1 argv provide, you can also extend to include <filename.heapsnapshot>, "
28 // 3: also extend to include output file <filename.heapsnapshot> in Main()
/arkcompiler/ets_frontend/ets2panda/linter/
DREADME.md15 …oreybutler/nvm-windows) for windows - v1.1.9 is the most stable). You can also follow the [officia…
41 You can also use command files `tslinter.sh` or `tslinter.bat` with same arguments as for direct la…
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md15 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/docs/
Drationale-for-bytecode.md15 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
Dimport-export.md162 and it can also be used when generating the etssdlib source, which currently creates a large etsstd…
182 So, all the variables in global scope are inserted into **bindings_**, and also placed into the **f…
228 …ested and traversed during the *ParseSources* call. The importPathManager also handles errors that…
297 * Exporting one program element more than once (like, exported as a type and also as a default expo…
338 * The original name of the default export can also be used when importing, but it is not necessary:
401 … * It will checks for clashing names, when the given alias is a name, which is also exported, like:
409 …* It also checks for clashing names between the different types of exports, like export type, defa…
422 * Support for exporting an imported program element will also be added at some point:
431 * This would also support aliasing:
549 …y were parts added continuously, but also naming conventions changed (like namespace alias: *), an…
/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h238 // 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/runtime_core/static_core/plugins/ets/doc/tutorial/
Dinterfaces.rst80 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/runtime_core/static_core/plugins/ets/doc/
Dmerge_markdown.py51 if (line == "### See also\n"):
52 line = "**See also**\n"

12345678910>>...16