Home
last modified time | relevance | path

Searched full:supports (Results 1 – 25 of 99) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/docs/
Dbytecode_profiling.md5 Each bytecode instruction, that supports profiling, contains additional field - profile index. It d…
31 implemented by all language plugins, that supports profiling.
Dtracing.md6 Trace API is described in libpandabase/trace/trace.h file. It supports tracing a scope execution ti…
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dallocation.irt26 …: { 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/
Dbase_mem_stats.h41 // TODO(alovkov): call RecordFreeRaw when CodeAllocator supports deallocate
42 // TODO: call RecordFreeRaw when ArenaAllocator supports deallocate
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dbase_mem_stats.h41 // NOTE(aemelenko): call RecordFreeRaw when CodeAllocator supports deallocate
42 // NOTE(aemelenko): call RecordFreeRaw when ArenaAllocator supports deallocate
/arkcompiler/ets_runtime/docs/
Doverview.md3 …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/
Drecipe87.md7 ArkTS supports throwing only objects of the class ``Error`` or any
Drecipe71.md7 ArkTS supports the comma operator ``,`` only in ``for`` loops. Otherwise,
Drecipe60.md7 ArkTS supports ``typeof`` operator only in the expression context. Using
Drecipe90.md7 ArkTS supports type inference for function return types, but this functionality
Drecipe53.md7 ArkTS supports the keyword ``as`` as the only syntax for type casts.
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb30 …# Currently generator supports only single instruction per test. However coverage tool supports ar…
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dtest_base.rb30 …# Currently generator supports only single instruction per test. However coverage tool supports ar…
/arkcompiler/runtime_core/static_core/tests/checked/
Dmove_nullcheck_out_of_loop.pa49 #! 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/
Dfeatures.rst33 |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/
DComparable.sts19 * 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/
Ddifferent_return_types.sts18 …n types are reference types. The notion of return-type-substitutability supports covariant returns…
/arkcompiler/runtime_core/docs/
Dtracing.md6 Trace API is described in libpandabase/trace/trace.h file. It supports tracing a scope execution ti…
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dreadme.md19 The test suite supports daily and manual runs.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D1_intro.rst28 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/
Dexpect_output.txt68 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/
Dcodegen_fastpath.h26 …* Fast path code supports only native calls, that hasn't safepoints inside. Compiler has specific …
/arkcompiler/ets_runtime/
DREADME.md5 ArkCompiler JS Runtime is the default JS runtime on OpenHarmony. It supports ECMAScript libraries a…
/arkcompiler/runtime_core/static_core/gn/build/
Dcmake_configure_file.py32 # supports both @...@ and ${...} notations
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py32 # supports both @...@ and ${...} notations

1234