Home
last modified time | relevance | path

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

123456789

/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 …]
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/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/
Dtriple.cpp29 // 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/
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/doc/cookbook/
Dguide.rst63 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/
DBUILD.gn46 # 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/
DBlockingQueue.sts52 // 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/
Dtest_class_setter.js23 // NOTE enable this test after getter gets bound to actual property because currently
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
DCMakeLists.txt37 # Currently profiler is not supported for arm64
/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/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/cts-assembly/
Dexceptions-array-store.pa24 # 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/
Dtest_declgenparser.py43 # we want "--opt-level=2", but currently it does not work with `--output=/dev/null`
/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.h398 /// 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/
Dcode_allocator.h64 …// NOTE(dtrubenkov): Remove when some CodeCache space will be implemented, currently used for avoi…

123456789