Searched full:also (Results 1 – 25 of 453) sorted by relevance
12345678910>>...19
| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_object_dispatcher.h | 75 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedProperty() 83 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedProperty() 94 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedProperty() 102 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedProperty() 119 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedElementByIdx() 127 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedElementByIdx() 138 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedElementByIdx() 146 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedElementByIdx() 170 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in SetTaggedProperty() 181 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in SetBoxedProperty() [all …]
|
| /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/standalone_function/ets_to_js/js_suites/ |
| D | test_function_arg_type_union_call.js | 24 // calling similar JS method also gets type string not string 28 // calling similar JS method also gets type string not string
|
| /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/runtime_core/static_core/plugins/ets/irtoc_scripts/ |
| D | common.irt | 26 # value, and returns it as a pointer. See also the 'ark::ObjectPointerType' alias and the 'ark::Obj… 36 # See also the 'ark::ObjectPointerType' alias and the 'ark::ObjectPointer' class.
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/ |
| D | README.md | 1 AbcKit was also tested on scenarios from existing apps.
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe151.md | 11 with ``ESObject`` type is also limited. Such variables can only be initialized 47 ## 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
|
| D | recipe137.md | 39 ## See also
|
| D | recipe15.md | 46 ## See also
|
| D | recipe8.md | 38 ## See also
|
| D | recipe143.md | 32 ## See also
|
| D | recipe126.md | 49 ## See also
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
| D | interop.readme.md | 26 …ed name. This folder contains named separate benchmarks, or bench units - also in subdirectories, … 67 …lAsyncFunction` would be expected, while `SHA256` benchmark will need a class also called `SHA256`. 80 #### The class **may also** expose these public properties or methods
|
| /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/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
|
| /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 | 252 // Note, clang also defines __GNUC__ macro, so, check __clang also 297 // Note, clang also defines __GNUC__ macro, so, check __clang also 324 // Note, clang also defines __GNUC__ macro, so, check __clang also
|
12345678910>>...19