Searched full:supports (Results 1 – 25 of 99) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/docs/ |
| D | bytecode_profiling.md | 5 Each bytecode instruction, that supports profiling, contains additional field - profile index. It d… 31 implemented by all language plugins, that supports profiling.
|
| D | tracing.md | 6 Trace API is described in libpandabase/trace/trace.h file. It supports tracing a scope execution ti…
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | allocation.irt | 26 …: { default: 2, arm32: 9999 }, # TODO(msherstennikov): set to 0 once regalloc supports smart temps 28 # TODO(msherstennikov): revert back code size values, once regalloc supports smart temps 33 …: { default: 2, arm32: 9999 }, # TODO(msherstennikov): set to 0 once regalloc supports smart temps 35 # TODO(msherstennikov): revert back code size values, once regalloc supports smart temps
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | base_mem_stats.h | 41 // TODO(alovkov): call RecordFreeRaw when CodeAllocator supports deallocate 42 // TODO: call RecordFreeRaw when ArenaAllocator supports deallocate
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | base_mem_stats.h | 41 // NOTE(aemelenko): call RecordFreeRaw when CodeAllocator supports deallocate 42 // NOTE(aemelenko): call RecordFreeRaw when ArenaAllocator supports deallocate
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 3 …ntains core components such as the compiler, toolchain, and runtime. It supports compilation and r… 22 …ing, and ArkCompiler Base. ArkCompiler File provides bytecodes. Tooling supports Debugger. ArkComp… 45 … security and performance, ArkCompiler JS Runtime selects the code that supports strict but not ev…
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe87.md | 7 ArkTS supports throwing only objects of the class ``Error`` or any
|
| D | recipe71.md | 7 ArkTS supports the comma operator ``,`` only in ``for`` loops. Otherwise,
|
| D | recipe60.md | 7 ArkTS supports ``typeof`` operator only in the expression context. Using
|
| D | recipe90.md | 7 ArkTS supports type inference for function return types, but this functionality
|
| D | recipe53.md | 7 ArkTS supports the keyword ``as`` as the only syntax for type casts.
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_base.rb | 30 …# Currently generator supports only single instruction per test. However coverage tool supports ar…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
| D | test_base.rb | 30 …# Currently generator supports only single instruction per test. However coverage tool supports ar…
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | move_nullcheck_out_of_loop.pa | 49 #! CHECKER Check that AOT supports NullCheck with deoptimize 64 #! CHECKER Check that LLVM AOT supports NullCheck with deoptimize
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
| D | features.rst | 33 |LANG| supports Boxing and Unboxing conversions, though they have performance 106 |LANG| supports reference binary operators. If the left part of an expression 148 |LANG| supports Async-functions and Coroutines. Async-function type is only 239 |LANG| supports lambda calls. However, some applications with function calls
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Comparable.sts | 19 * Can be implemented by any type that supports comparison.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/overriding_by_instance_methods/ |
| D | different_return_types.sts | 18 …n types are reference types. The notion of return-type-substitutability supports covariant returns…
|
| /arkcompiler/runtime_core/docs/ |
| D | tracing.md | 6 Trace API is described in libpandabase/trace/trace.h file. It supports tracing a scope execution ti…
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | readme.md | 19 The test suite supports daily and manual runs.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 1_intro.rst | 28 The |LANG| language combines and supports features that are in use in many 32 |LANG| supports imperative, object-oriented, functional, and generic 45 The |LANG| language supports conventional class-based, *object-oriented 69 The |LANG| language supports the *component programming approach*. It 80 software maintainability, supports flexible module reuse and efficient 145 As a high-level language, |LANG| supports automatic storage management. It
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedJSON/ |
| D | expect_output.txt | 68 TypeError: reviver only supports undefined for SENDABLE_JSON 69 TypeError: reviver only supports undefined for SENDABLE_JSON
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 26 …* Fast path code supports only native calls, that hasn't safepoints inside. Compiler has specific …
|
| /arkcompiler/ets_runtime/ |
| D | README.md | 5 ArkCompiler JS Runtime is the default JS runtime on OpenHarmony. It supports ECMAScript libraries a…
|
| /arkcompiler/runtime_core/static_core/gn/build/ |
| D | cmake_configure_file.py | 32 # supports both @...@ and ${...} notations
|
| /arkcompiler/runtime_core/gn/build/ |
| D | cmake_configure_file.py | 32 # supports both @...@ and ${...} notations
|
1234