Home
last modified time | relevance | path

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

12345

/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…
Dobject_type_check_elimination_doc.md19 `IsInstanceVisitor` also used in `Peephole` optimizations.
24 `CheckCastVisitor` also used in `CheckCast` optimizations.
Dcodegen_doc.md3 …onventions. It was designed to be independence from target-architecture - also, for this target - …
31 3. After that - side exits (SlowPath) are emitted (also for OSR).
37 Also, there is implemented ScopedDisasmPrinter(for print disassembly), EncodeVisitor (for generatin…
Dplt.md16 `SlowPath` also can be used, as we can cache gathered Method or Class pointer into a slot in GOT ta…
105 (`x16` for `arm64` or `r12` for `x86_84`) is a parameter with `SecondSlot` address and also the sam…
152 (`x16` for `arm64` or `r12` for `x86_84`) is a parameter with Slot address, and it is also used as …
156 It stores gathered `Class pointer` into `ThirdSlot`, and also does the same for `SecondSlot` but un…
Dif_conversion_doc.md59 …which have different inputs from corresponding predecessor blocks, should also be less than the li…
70 …or Diamond) are equal, then input from `JBB` is removed. Otherwise, it is also removed, but input …
/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/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
Ddoxygen.config12 # 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 …]
Dglossary.md38 * **Runtime** is a runtime system, also called runtime environment.
53 * **Garbage collection** is also known as automatic memory management,
Dcfi_directives.md30 In epilog we read saved `callees` from stack and also `fp`/`lr`. Here we annotate that saved regist…
Daot.md125 Paoc uses Panda runtime inside, thus, runtime's options are also may be specified. If paoc is ran n…
172 …in `ir_dump` folder if option `--compiler-dump-folder` is not set. Also option `--compiler-dump-by…
D2022-08-18-isa-changelog.md25 We also add header index in function such that runtime can access IndexHeader more efficiently.
Druntime-class.md3 …ject header points to the instance of this class. `ClassLinker::GetClass` also return an instance …
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencoder.md12 …or special registers and temps. It also may holds low-level information about callee and caller-sa…
75 Codegen - must not be in Encode-library, not to make dependency from compiler. It also must not to …
77 This class also must use all of above classes and have possibility to switch between arc or models.
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn38 # so defining this macro is unnecessary. Defining _HAS_EXCEPTIONS to 0 also
/arkcompiler/toolchain/build/config/sanitizers/
Dsanitizers.gni103 # branches). Can be also used to remove non-determinism and other issues.
213 # this condition. We may also be able to find another way to enable your case
224 assert(!is_lsan || is_asan, "is_lsan = true requires is_asan = true also.")
/arkcompiler/runtime_core/cmake/
DREADME.md25 To check style, build the project and then also build style-checker targets (you must install clang…
DTemplateBasedGen.cmake17 # Adds targets for every template. Also adds a target for the whole function invocation
86 # Adds targets for every template. Also adds a target for the whole function invocation
/arkcompiler/runtime_core/
Dark_config.gni169 # Adds targets for every template. Also adds a target for the whole function invocation
231 # Adds targets for every template. Also adds a target for the whole function invocation
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni181 # Adds targets for every template. Also adds a target for the whole function invocation
243 # Adds targets for every template. Also adds a target for the whole function invocation
/arkcompiler/ets_runtime/
DREADME.md5 …y. It supports ECMAScript libraries and efficient container libraries. It also provides a set of n…
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Drpo.h32 * Also it provides methods for updating an existing tree.
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp67 /* Main thread can also be used instead of idling */ in Compile()
/arkcompiler/runtime_core/libpandafile/
DCMakeLists.txt81 # them. Also we use static asserts to ensure that offsetof works correctly
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp40 // if-else branches. Condition also expressed via cmp instruction and in Compile()

12345