Searched full:also (Results 1 – 25 of 99) sorted by relevance
1234
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | jsDeclarationsExportAssignmentExpressionPlusSecondary.ts | 35 …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");
|
| D | scopeCheckClassProperty.ts | 28 public x = new A().p; // should also be ok
|
| D | typeParameterExtendsUnionConstraintDistributed.ts | 29 return ab; } // Also shouldn't error
|
| D | classFunctionMerging.ts | 22 // which are also namespaces can be represented in declaration files
|
| D | noObjectKeysToKeyofT.ts | 28 // See also
|
| D | controlFlowForInStatement2.ts | 41 c; // also narrowed to `A`
|
| D | homomorphicMappedTypeIntersectionAssignability.ts | 30 b = a; // Should also work
|
| D | unaryPlus.ts | 40 // also allowed, used to be errors
|
| D | keyofInferenceIntersectsResults.ts | 36 const b = foo('a', 'b'); // also clean
|
| /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…
|
| D | plt.md | 16 `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/ |
| 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/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 …]
|
| D | glossary.md | 38 * **Runtime** is a runtime system, also called runtime environment. 53 * **Garbage collection** is also known as automatic memory management,
|
| D | cfi_directives.md | 30 In epilog we read saved `callees` from stack and also `fp`/`lr`. Here we annotate that saved regist…
|
| D | aot.md | 125 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…
|
| D | 2022-08-18-isa-changelog.md | 25 We also add header index in function such that runtime can access IndexHeader more efficiently.
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 25 To check style, build the project and then also build style-checker targets (you must install clang…
|
| D | TemplateBasedGen.cmake | 17 # 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/ |
| D | README.md | 52 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/ |
| D | ark_config.gni | 178 # 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/ |
| D | ark_config.gni | 180 # 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/ |
| D | README.md | 5 …y. It supports ECMAScript libraries and efficient container libraries. It also provides a set of n…
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | rpo.h | 32 * Also it provides methods for updating an existing tree.
|
1234