Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/irtoc/scripts/
Dallocation.irt21 spills_count_max: 2, # TODO(msherstennikov): set to 0 once regalloc supports smart temps
23 # TODO(msherstennikov): revert back code size values, once regalloc supports smart temps
28 spills_count_max: 2, # TODO(msherstennikov): set to 0 once regalloc supports smart temps
30 # 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/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/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/docs/
Dtracing.md6 Trace API is described in libpandabase/trace/trace.h file. It supports tracing a scope execution ti…
Dassembly_format.md136 Currently Panda Assembly supports annotations for the following languages:
151 Currently Panda Assembly supports following Java annotations
Dfile_format.md32 indexes (like sorted list of strings). However, the described binary format supports one index:
64 The binary file format supports future changes via version number.
68 Any tool which supports format version `N` must support format version `N - 1` too.
Dmemory-management.md366 Epsilon GC does absolutely nothing but makes the impression that Runtime has GC. I.e., it supports
517 Interpreter already supports such info in the frames.
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_settings.h112 * \brief if not zero and gc supports workers, create a gc workers and try to use them
180 …size_t gc_workers_count_ = 0; /// if not zero and gc supports workers, create a gc workers and tr…
Dgc_adaptive_stack.h88 * \brief Returns true if stack supports parallel workers, false otherwise
/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_fastpath.h26 …* Fast path code supports only native calls, that hasn't safepoints inside. Compiler has specific …
Dcodegen_fastpath.cpp180 …// 1. If target supports link register, then it didn't push return address on the stack, so SP is … in IntrinsicSaveRegisters()
/arkcompiler/ets_runtime/
DREADME.md5 ArkCompiler JS Runtime is the default JS runtime on OpenHarmony. It supports ECMAScript libraries a…
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py32 # supports both @...@ and ${...} notations
/arkcompiler/ets_frontend/ts2panda/
Dpackage-lock.json1538 "supports-color": "^2.0.0"
1556 "supports-color": {
1558 …"resolved": "https://repo.huaweicloud.com/repository/npm/supports-color/-/supports-color-2.0.0.tgz…
1769 "supports-color": "^5.3.0"
2755 "supports-color": "^8.0.0"
2764 "supports-color": {
2766 …"resolved": "https://repo.huaweicloud.com/repository/npm/supports-color/-/supports-color-8.1.1.tgz…
2909 "supports-color": "^7.1.0"
2933 "supports-color": {
2935 …"resolved": "https://repo.huaweicloud.com/repository/npm/supports-color/-/supports-color-7.2.0.tgz…
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dlowering_doc.md20 …with the instruction with a constant as an operand, if the architecture supports these instruction…
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage-lock.json1481 "supports-color": "^2.0.0"
1499 "supports-color": {
1501 "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-2.0.0.tgz",
1729 "supports-color": "^5.3.0"
2832 "supports-color": "^8.0.0"
2841 "supports-color": {
2843 …"resolved": "https://repo.huaweicloud.com/repository/npm/supports-color/-/supports-color-8.1.1.tgz…
2989 "supports-color": "^7.1.0"
3013 "supports-color": {
3015 …"resolved": "https://repo.huaweicloud.com/repository/npm/supports-color/-/supports-color-7.2.0.tgz…
[all …]
/arkcompiler/runtime_core/
DREADME.md15 …des bytecodes and information required for executing bytecodes. Tooling supports runtime debugger.…
/arkcompiler/runtime_core/libpandabase/
DREADME.md7 pandargs is header-only utility tool that helps to parse command line arguments. It supports severa…
/arkcompiler/ets_runtime/ecmascript/
Djs_promise.cpp90 …// 2. NOTE C is assumed to be a constructor function that supports the parameter conventions of th… in NewPromiseCapability()
/arkcompiler/runtime_core/cmake/
DDefinitions.cmake286 # true if current target supports JIT/AOT native compilation
/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp173 … // TODO(compiler): release compiled code memory, when CodeAllocator supports freeing the memory. in JITCompileMethod()
/arkcompiler/runtime_core/runtime/mem/
Dregion_space.h488 // RegionPool supports to work in three ways:
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp171 // jsDate supports zero to eleven, the month should be added with one in HWTEST_F_L0()
/arkcompiler/ets_frontend/
DREADME.md12 …e ARK Runtime Subsystem. Combined with the ace-ets2bundle component, it supports converting ETS fi…
49 …K bytecode files that can be run on an ARK runtime system. ets_frontend supports Windows, Linux, a…

12