Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DjsDeclarationsExportAssignmentExpressionPlusSecondary.ts35 …pe(module.exports = { thing: "ok", also: "ok", desc: { item: "ok" }}, "{ thing:…
36 AssertType(module.exports, "{ thing: string; also: string; desc: { item: string; }; Strings: { a: s…
37 AssertType({ thing: "ok", also: "ok", desc: { item: "ok" }}, "{ thing: string; a…
43 also: "ok",
44 AssertType(also, "string");
DscopeCheckClassProperty.ts28 public x = new A().p; // should also be ok
DtypeParameterExtendsUnionConstraintDistributed.ts29 return ab; } // Also shouldn't error
DclassFunctionMerging.ts22 // which are also namespaces can be represented in declaration files
DnoObjectKeysToKeyofT.ts28 // See also
DcontrolFlowForInStatement2.ts41 c; // also narrowed to `A`
DhomomorphicMappedTypeIntersectionAssignability.ts30 b = a; // Should also work
DunaryPlus.ts40 // also allowed, used to be errors
DkeyofInferenceIntersectsResults.ts36 const b = foo('a', 'b'); // also clean
/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…
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…
/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.
/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/ets_frontend/arkguard/
DREADME.md52 depends on this library. They will also be merged into a file `obfuscation.txt` in the resulting HA…
102 … in the following example, if you do not want to obfuscate them, then you also need [keep options]…
241 Specifies to keep names in the given `.d.ts` file. Here filepath can be also a directory. If so, th…
/arkcompiler/runtime_core/
Dark_config.gni178 # Adds targets for every template. Also adds a target for the whole function invocation
240 # Adds targets for every template. Also adds a target for the whole function invocation
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni180 # Adds targets for every template. Also adds a target for the whole function invocation
242 # 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.

1234