Searched full:currently (Results 1 – 25 of 225) sorted by relevance
123456789
| /arkcompiler/runtime_core/static_core/docs/ |
| D | task_manager.md | 5 …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
|
| D | import-export.md | 41 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 …]
|
| D | bytecode_profiling.md | 8 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/ |
| D | ets_exceptions.h | 29 // 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/ |
| D | recipe147.md | 1 # No dependencies on TypeScript code are currently allowed 7 Currently, the codebase implemented in the standard TypeScript language must not
|
| D | recipe19.md | 7 Currently, ArkTS does not support intersection types. Use inheritance
|
| D | recipe94.md | 7 Currently, ArkTS does not support generator functions.
|
| D | recipe90.md | 8 is currently restricted. In particular, when the expression in the ``return``
|
| D | recipe138.md | 7 Currently ArkTS does not support utility types from TypeScript extensions to the
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/ |
| D | triple.cpp | 29 // Currently Triple support only aarch64 in ParseArch() 41 // Currently Triple support only ilp32 and default gnu/LP64 ABI in ParseEnvironment() 47 /* Currently Triple is used only to configure aarch64: be/le, ILP32/LP64 in Init() 62 /* Currently Triple is used only to configure aarch64: be/le, ILP32/LP64. in Init()
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | TODO.txt | 8 - [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/ |
| D | triple.h | 30 /* Currently, only aarch64 is supported */ 33 /* Currently, only ILP32 and LP64 are supported */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | guide.rst | 63 the recipe does not currently affect the compilation, but will cause the 71 Currently unsupported are mainly the features that degrade the following:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/ |
| D | BUILD.gn | 46 # Required, but empty: nothing to add currently 50 # Required, but empty: nothing to add currently 88 # Required, but empty: nothing to add currently
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/ |
| D | BlockingQueue.sts | 52 // Currently, the queue is empty. Need to await. 96 // Currently, the queue is empty. Need to await. 114 // Currently, the queue is empty. Need to await.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/js_suites/ |
| D | test_class_setter.js | 23 // NOTE enable this test after getter gets bound to actual property because currently
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | CMakeLists.txt | 37 # Currently profiler is not supported for arm64
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | cflow_checks.md | 102 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/docs/bc_verification/ |
| D | cflow_checks.md | 102 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/cts-assembly/ |
| D | exceptions-array-store.pa | 24 # TODO(orlovskiy.maxim): This currently doesn't work, fails on verification with following:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/ |
| D | test_declgenparser.py | 43 # we want "--opt-level=2", but currently it does not work with `--output=/dev/null`
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | macro_assembler_x64.cpp | 105 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/ |
| D | code_allocator.h | 66 …// TODO(dtrubenkov): Remove when some CodeCache space will be implemented, currently used for avoi…
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 398 /// Get return type of currently compiling method 400 /// Get type of argument of currently compiling method 402 /// Get count of arguments of currently compiling method 433 // Definitions vector of currently processed basic block
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | code_allocator.h | 64 …// NOTE(dtrubenkov): Remove when some CodeCache space will be implemented, currently used for avoi…
|
123456789