Home
last modified time | relevance | path

Searched full:currently (Results 1 – 25 of 237) sorted by relevance

12345678910

/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md5 …ager also should take into account the language context. I.e. if we are currently executing static…
25 …of tasks in proportion based on the current context(i.e. which language currently executed - stati…
27 …s provided by changing priority for TaskQueue(s). For example if we are currently expect a lot of …
67 2. Running - currently executing some task
68 3. ShuttingDown - currently termination is in progress
Dimport-export.md41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
74 …- Currently external separate modules are specified via the --ets-module compiler option. If it is…
155 Currently there is no package level scope, packages are handled almost exactly the same as separate…
162 and it can also be used when generating the etssdlib source, which currently creates a large etsstd…
210 Currently, each variables - locally defined or imported ones - are stored in `foreignBindings_`. It…
274 …alysis, each binder validation is triggered during the parsing process. Currently, the triggers ca…
366 Renaming should be optional, but it is not supported currently.
383 A brief description of how it works currently:
391 …* Currently, this solution does not support aliasing and only works with function and variable dec…
393 …ming inside selective export is still under development. Its process is currently as follows, and …
[all …]
Darkts-debugger-expression-evaluation.md11 1. Currently, it is not possible to supports imports, so all features work only if the entity is lo…
100 …tain information from the `ImportExportTable`, because this information currently is not recorded …
Dbytecode_profiling.md8 Currently, it has 2 bytes size, but we can reduce it for small methods, where size of a profiling v…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.h29 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions)
32 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions)
38 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions)
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe147.md1 # No dependencies on TypeScript code are currently allowed
7 Currently, the codebase implemented in the standard TypeScript language must not
Drecipe19.md7 Currently, ArkTS does not support intersection types. Use inheritance
Drecipe94.md7 Currently, ArkTS does not support generator functions.
Drecipe90.md8 is currently restricted. In particular, when the expression in the ``return``
Drecipe138.md7 Currently ArkTS does not support utility types from TypeScript extensions to the
/arkcompiler/runtime_core/static_core/verification/
DTODO.txt8 - [x] Minor: type_image is not thread-safe currently
19 6. Currently in CheckMethodsArgs types of arguments are checked with respect to typecasting in past
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
Dtriple.h30 /* Currently, only aarch64 is supported */
33 /* Currently, only ILP32 and LP64 are supported */
/arkcompiler/runtime_core/static_core/plugins/ets/
DBUILD.gn48 # Required, but empty: nothing to add currently
52 # Required, but empty: nothing to add currently
90 # Required, but empty: nothing to add currently
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
46 Currently there is no package level scope, packages are handled almost exactly the same as separate…
96 Currently, all variables - locally defined or imported ones - are stored in `foreignBindings_`. It …
160 …alysis; each binder validation is triggered during the parsing process. Currently, the triggers ca…
268 A brief description of how it works currently:
276 …* Currently, this solution does not support aliasing and only works with function and variable dec…
278 …ming inside selective export is still under development. Its process is currently as follows, and …
325 …part of other module's export. Only limited re-export possibilities are currently supported. It is…
359 Currently, re-export is a bit tweaked. See the following example, that is a typical usage of re-exp…
420 A brief description about how it works currently:
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dguide.rst61 follow the recipe will not affect the compilation currently, but will cause
71 Currently unsupported are mainly the features that degrade the following:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/js_suites/
Dtest_class_setter.js23 // NOTE enable this test after getter gets bound to actual property because currently
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/
Dtriple.cpp21 /* Currently Triple is used only to configure aarch64: be/le, ILP32/LP64 in Init()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
DCMakeLists.txt37 # Currently profiler is not supported for arm64
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dcflow_checks.md102 into code, then they will be considered ok. Currently, due to imprecision
313 By default such jumps are prohibited currently.
/arkcompiler/runtime_core/docs/bc_verification/
Dcflow_checks.md102 into code, then they will be considered ok. Currently, due to imprecision
313 By default such jumps are prohibited currently.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/
Dtest_declgenparser.py33 # we want "--opt-level=2", but currently it does not work with `--output=/dev/null`
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dexceptions-array-store.pa24 # TODO(orlovskiy.maxim): This currently doesn't work, fails on verification with following:
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dmacro_assembler_x64.cpp105 std::cout << "not supported BaselineSpecialParameter currently" << std::endl; in MovParameterIntoParamReg()
138 std::cout << "not supported other type of baseline parameters currently" << std::endl; in MovParameterIntoParamReg()
/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.h66 …// TODO(dtrubenkov): Remove when some CodeCache space will be implemented, currently used for avoi…
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h404 /// Get return type of currently compiling method
406 /// Get type of argument of currently compiling method
408 /// Get count of arguments of currently compiling method
439 // Definitions vector of currently processed basic block

12345678910