Home
last modified time | relevance | path

Searched full:support (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/arkcompiler/runtime_core/docs/changelogs/
D2023-12-31-isa-changelog.md12 To support the latest class features in ECMAScript2022 and [sendable class](https://gitee.com/openh…
14 1. To support public fields which will use define semantic instead of set semantic, the following b…
19 2. To support private properties in class and access to them, the following bytecode instructions a…
25 3. To support `#x in obj` syntax, the following bytecode instruction is added:
34 6. To support sendable class, the following bytecode instructions are added:
D2024-07-05-file_format-changelog.md5 * Support sendable function
10 ## Support sendable function
11 To support sendable function, a new Function Kind SENDABLE_FUNCTION is added for marking functions …
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DGC.sts67 * current GC does not support requested cause
84 * current GC does not support requested cause
85 * @throws UnsupportedOperationException if current GC does not support requested cause
117 * current GC does not support requested cause
139 * @throws UnsupportedOperationException if GC doesn't support postponing
152 * @throws UnsupportedOperationException if GC doesn't support postponing
167 * @throws UnsupportedOperationException if used GC does not support pinning
195 * @throws UnsupportedOperationException if used GC does not support pinning
212 * @throws UnsupportedOperationException if used GC does not support pinning
229 * @throws UnsupportedOperationException if used GC does not support pinning
[all …]
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-22-04-cross-arm-all21 qemu-efi-aarch64=2022.02-* # QEMU: EFI support, Aarch64
22 qemu-efi-arm=2022.02-* # QEMU: EFI support, AArch32
23 gdb-multiarch=12.* # GDB with support for multiple architectures
Dubuntu-20-04-cross-arm-all21 qemu-efi-aarch64=0~20191122.bd85bf54-* # QEMU: EFI support, Aarch64
22 qemu-efi-arm=0~20191122.bd85bf54-* # QEMU: EFI support, AArch32
23 gdb-multiarch=9.2-* # GDB with support for multiple architectures
Dubuntu-18-04-cross-arm-all26 qemu-efi-aarch64=0~20180205.c0d9813c-* # QEMU: EFI support, Aarch64
27 qemu-efi-arm=0~20180205.c0d9813c-* # QEMU: EFI support, ARM32
28 gdb-multiarch=8.1.1-* # GDB with support for multiple architectures
/arkcompiler/runtime_core/static_core/docs/
Dbytecode_profiling.md3 ## Support in ISA
11 ## Support in Runtime
23 ## Support in AOT compilation
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-20-04-cross-arm-all25 qemu-efi-aarch64=0~20191122.bd85bf54-* # QEMU: EFI support, Aarch64
26 qemu-efi-arm=0~20191122.bd85bf54-* # QEMU: EFI support, AArch32
27 gdb-multiarch=9.2-* # GDB with support for multiple architectures
Dubuntu-18-04-cross-arm-all26 qemu-efi-aarch64=0~20180205.c0d9813c-* # QEMU: EFI support, Aarch64
27 qemu-efi-arm=0~20180205.c0d9813c-* # QEMU: EFI support, ARM32
28 gdb-multiarch=8.1.1-* # GDB with support for multiple architectures
/arkcompiler/ets_frontend/arkguard/
DVersion.md7 Support for wildcard usage in obfuscation whitelist.
12 Support file name obfuscation in HAP/HSP module.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dsummary.rst19 can support with limitations, or cannot support. See :ref:`Recipes` for the
106 casts. |LANG| does not support such prohibited casts completely as shown in
177 extra runtime support that causes undesired execution overhead.
275 The languages that take the first approach are said to support structural
276 typing, while the languages that take the second approach do not support it.
281 Why not just support it then? The answer is, because structural typing support
284 of |LANG| that enforces static typing (see above), runtime support for
288 many aspects into account, the structural typing support is postponed.
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h42 // Support cases, such as: int + double, int + int, double + double in AddWithTSType()
49 // Support cases, such as: number + null, undefined + null, boolean + number, etc. in AddWithTSType()
66 // Support case: string + string. in AddWithTSType()
74 … // Support cases, such as: string + null, string + object, string + boolean, string + number, etc. in AddWithTSType()
112 // Support int or number in SubWithTSType()
119 // Support cases, such as: string like '2333', boolean, null in SubWithTSType()
145 // Support int or number in MulWithTSType()
149 // Support cases, such as: string like '2333', boolean, null in MulWithTSType()
180 // Support int or number in DivWithTSType()
195 // Support special cases, such as: string like '2333', boolean, null in DivWithTSType()
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe142.md7 ArkTS does not support ``as const`` assertions because in the standard TypeScript
9 does not support literal types.
Drecipe139.md7 ArkTS does not support declaring properties on functions because there is no
8 support for objects with dynamically changing layout. Function objects follow
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp64 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DumpHeapSnapshot()
78 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DumpHeapSnapshot()
141 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DumpHeapSnapshot()
223 LOG_ECMA(ERROR) << "Not support GenerateHeapSnapshotByBinFile"; in GenerateHeapSnapshotByBinFile()
327 LOG_ECMA(ERROR) << "Not support arkcompiler heap snapshot"; in DestroyHeapProfiler()
360 LOG_ECMA(ERROR) << "Not support arkcompiler heap tracking"; in StartHeapTracking()
374 LOG_ECMA(ERROR) << "Not support arkcompiler heap tracking"; in UpdateHeapTracking()
386 LOG_ECMA(ERROR) << "Not support arkcompiler heap tracking"; in StopHeapTracking()
404 LOG_ECMA(ERROR) << "Not support arkcompiler heap tracking"; in StopHeapTracking()
509 LOG_ECMA(ERROR) << "Not support set jsdump thresholds"; in SetJsDumpThresholds()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_function.cpp21 // not support in SharedFunctionConstructor()
25 …THROW_TYPE_ERROR_AND_RETURN(thread, "Not support eval. Forbidden using new SharedFuction()/SharedF… in SharedFunctionConstructor()
Dbuiltins_shared_async_function.cpp24 // not support in SharedAsyncFunctionConstructor()
25 …THROW_TYPE_ERROR_AND_RETURN(argv->GetThread(), "Not support eval. Forbidden using new SharedAsyncF… in SharedAsyncFunctionConstructor()
Dbuiltins_shared_object.cpp21 // not support in SharedObjectConstructor()
25 …THROW_TYPE_ERROR_AND_RETURN(thread, "Not support eval. Forbidden using new SharedObject()/SharedOb… in SharedObjectConstructor()
Dbuiltins_async_function.cpp24 // not support in AsyncFunctionConstructor()
25 …THROW_TYPE_ERROR_AND_RETURN(argv->GetThread(), "Not support eval. Forbidden using new AsyncFunctio… in AsyncFunctionConstructor()
/arkcompiler/runtime_core/static_core/libpandafile/
Dpanda_cache.h82 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in GetMethodFromCache()
100 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in SetMethodCache()
117 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in GetFieldFromCache()
135 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in SetFieldCache()
152 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in GetClassFromCache()
170 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in SetClassCache()
/arkcompiler/toolchain/tooling/agent/
Dprofiler_impl.cpp307 return DispatchResponse::Fail("GetBestEffortCoverage not support now"); in GetBestEffortCoverage()
312 return DispatchResponse::Fail("StopPreciseCoverage not support now"); in StopPreciseCoverage()
317 return DispatchResponse::Fail("TakePreciseCoverage not support now"); in TakePreciseCoverage()
322 return DispatchResponse::Fail("StartPreciseCoverage not support now"); in StartPreciseCoverage()
327 return DispatchResponse::Fail("StartTypeProfile not support now"); in StartTypeProfile()
332 return DispatchResponse::Fail("StopTypeProfile not support now"); in StopTypeProfile()
337 return DispatchResponse::Fail("TakeTypeProfile not support now"); in TakeTypeProfile()
/arkcompiler/runtime_core/static_core/verification/
DTODO.txt1 1. [x] MT support:
17 5. Support origins recalc on LUB of contexts
/arkcompiler/toolchain/tooling/test/
Dprofiler_impl_test.cpp127 ASSERT_TRUE(response.GetMessage() == "GetBestEffortCoverage not support now"); in HWTEST_F_L0()
135 ASSERT_TRUE(response.GetMessage() == "StopPreciseCoverage not support now"); in HWTEST_F_L0()
143 ASSERT_TRUE(response.GetMessage() == "TakePreciseCoverage not support now"); in HWTEST_F_L0()
154 ASSERT_TRUE(response.GetMessage() == "StartPreciseCoverage not support now"); in HWTEST_F_L0()
162 ASSERT_TRUE(response.GetMessage() == "StartTypeProfile not support now"); in HWTEST_F_L0()
170 ASSERT_TRUE(response.GetMessage() == "StopTypeProfile not support now"); in HWTEST_F_L0()
178 ASSERT_TRUE(response.GetMessage() == "TakeTypeProfile not support now"); in HWTEST_F_L0()
317 ASSERT_TRUE(result.find("GetBestEffortCoverage not support now") != std::string::npos); in HWTEST_F_L0()
335 ASSERT_TRUE(result.find("StopPreciseCoverage not support now") != std::string::npos); in HWTEST_F_L0()
353 ASSERT_TRUE(result.find("TakePreciseCoverage not support now") != std::string::npos); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_frontend/test262/
Dintl_skip_tests.json3 "reason": "Not support eval",
24 "reason": "Current ICU version not support yet",
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md9 ## Compiler support
24 ## Runtime support
45 ## GC support

12345678910>>...26