Searched full:supports (Results 1 – 25 of 33) sorted by relevance
12
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | allocation.irt | 21 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/ |
| D | base_mem_stats.h | 41 // TODO(alovkov): call RecordFreeRaw when CodeAllocator supports deallocate 42 // TODO: 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/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/docs/ |
| D | tracing.md | 6 Trace API is described in libpandabase/trace/trace.h file. It supports tracing a scope execution ti…
|
| D | assembly_format.md | 136 Currently Panda Assembly supports annotations for the following languages: 151 Currently Panda Assembly supports following Java annotations
|
| D | file_format.md | 32 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.
|
| D | memory-management.md | 366 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/ |
| D | gc_settings.h | 112 * \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…
|
| D | gc_adaptive_stack.h | 88 * \brief Returns true if stack supports parallel workers, false otherwise
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 26 …* Fast path code supports only native calls, that hasn't safepoints inside. Compiler has specific …
|
| D | codegen_fastpath.cpp | 180 …// 1. If target supports link register, then it didn't push return address on the stack, so SP is … in IntrinsicSaveRegisters()
|
| /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/gn/build/ |
| D | cmake_configure_file.py | 32 # supports both @...@ and ${...} notations
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | package-lock.json | 1538 "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/ |
| D | lowering_doc.md | 20 …with the instruction with a constant as an operand, if the architecture supports these instruction…
|
| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | package-lock.json | 1481 "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/ |
| D | README.md | 15 …des bytecodes and information required for executing bytecodes. Tooling supports runtime debugger.…
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 7 pandargs is header-only utility tool that helps to parse command line arguments. It supports severa…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_promise.cpp | 90 …// 2. NOTE C is assumed to be a constructor function that supports the parameter conventions of th… in NewPromiseCapability()
|
| /arkcompiler/runtime_core/cmake/ |
| D | Definitions.cmake | 286 # true if current target supports JIT/AOT native compilation
|
| /arkcompiler/runtime_core/compiler/ |
| D | compile_method.cpp | 173 … // TODO(compiler): release compiled code memory, when CodeAllocator supports freeing the memory. in JITCompileMethod()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_space.h | 488 // RegionPool supports to work in three ways:
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_test.cpp | 171 // jsDate supports zero to eleven, the month should be added with one in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/ |
| D | README.md | 12 …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