Searched full:introduced (Results 1 – 25 of 54) sorted by relevance
123
| /arkcompiler/runtime_core/isa/ |
| D | ChangeLog.md | 11 + Introduced new backward compatibility policy.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | ChangeLog.md | 19 + Introduced new backward compatibility policy.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.h | 95 // Same as std::bit_ceil() introduced in C++20 122 // Same as std::bit_floor() introduced in C++20, except that return strictly less than `val`
|
| /arkcompiler/runtime_core/docs/ |
| D | on-stack-replacement.md | 68 New pseudo-instruction is introduced: SaveStateOsr - instruction should be the first one in each lo… 78 For this purpose new stackmap and new opcode were introduced.
|
| D | rationale-for-bytecode.md | 126 accumulator, a simple optimizer will be introduced as a part of the toolchain.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | on-stack-replacement.md | 68 New pseudo-instruction is introduced: SaveStateOsr - instruction should be the first one in each lo… 78 For this purpose new stackmap and new opcode were introduced.
|
| D | rationale-for-bytecode.md | 126 accumulator, a simple optimizer will be introduced as a part of the toolchain.
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | proto_change_details.h | 46 …// The "NotFoundHasChanged" flag is introduced to address a specific issue. In the "RuntimeUpdateA…
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_dyn_arm.S | 69 // new call format was introduced and you have to implement the corresponding handler.
|
| D | interpreter_to_compiled_code_bridge_arm.S | 206 // new call format was introduced and you have to implement the corresponding handler.
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | README.md | 110 …, `NaN`, `Infinity`, include exceptions info, ill formed strings. To do so mangling was introduced:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/ |
| D | README.md | 110 …, `NaN`, `Infinity`, include exceptions info, ill formed strings. To do so mangling was introduced:
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.h | 180 // bytecode file after it is introduced
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_dyn_aarch64.S | 77 // new call format was introduced and you have to implement the corresponding handler.
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_dyn_amd64.S | 89 // new call format was introduced and you have to implement the corresponding handler.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 4_names.rst | 28 a type, a function, a method, etc.---is introduced via a *declaration*. 80 - Name of a compilation unit (see :ref:`Compilation Units`) that is introduced 456 - Name of a compilation unit introduced as a result of import with Bind All with 560 introduced by using type alias (particularly for a generic type). 721 When a variable is introduced by a variable declaration, type ``T`` of the
|
| D | 16_concurrency.rst | 179 The ``Promise object`` is introduced to support asynchronous API. It is the
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Definitions.cmake | 227 # introduced for GetDynamicTimeZoneInformation 233 #introduced for "std::filesystem::create_directories"
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_symbol.h | 570 … bool wpoFakeParam = false; // fake symbol introduced in wpo phase for a parameter, NOT serialized 571 …bool wpoFakeRet = false; // fake symbol introduced in wpo phase for return value, NOT serialized
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 82 Tail arguments are positional arguments, which should be introduced with help of parser API
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | README.md | 82 Tail arguments are positional arguments, which should be introduced with help of parser API
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | import_export.md | 127 The name of a compilation unit will be introduced as a result of import * as N where N is an identi… 280 * A multimap is introduced to handle aliasing, which is stored in the binder for every parsed file
|
| /arkcompiler/runtime_core/cmake/ |
| D | Definitions.cmake | 196 #introduced for "std::filesystem::create_directories"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/xml/ |
| D | XmlPullParserTest10.ets | 24 …suite.addTest("Testing the XML PullParser with introduced declaration, parsed correctly.", testXml…
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/ |
| D | interpreter_to_compiled_code_bridge_x86.S | 205 // new call format was introduced and you have to implement the corresponding handler.
|
123