| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_binary_op.h | 42 // 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() 73 … // Support cases, such as: string + null, string + object, string + boolean, string + number, etc. in AddWithTSType() 106 // Support int or number in SubWithTSType() 113 // Support cases, such as: string like '2333', boolean, null in SubWithTSType() 138 // Support int or number in MulWithTSType() 142 // Support cases, such as: string like '2333', boolean, null in MulWithTSType() 172 // Support int or number in DivWithTSType() 186 // Support special cases, such as: string like '2333', boolean, null in DivWithTSType() [all …]
|
| D | ic_runtime.cpp | 61 // do not support global prototype ic in UpdateLoadHandler() 72 // do not support global element ic in UpdateLoadHandler() 106 // do not support global prototype ic in UpdateStoreHandler() 119 // do not support global element ic in UpdateStoreHandler()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | tracing_impl_test.cpp | 57 ASSERT_TRUE(response.GetMessage() == "End not support now."); in HWTEST_F_L0() 66 ASSERT_TRUE(response.GetMessage() == "GetCategories not support now."); in HWTEST_F_L0() 75 ASSERT_TRUE(response.GetMessage() == "RecordClockSyncMarker not support now."); in HWTEST_F_L0() 86 ASSERT_TRUE(response.GetMessage() == "RequestMemoryDump not support now."); in HWTEST_F_L0() 95 ASSERT_TRUE(response.GetMessage() == "Start not support now."); in HWTEST_F_L0() 117 ASSERT_TRUE(result.find("End not support now.") != std::string::npos); in HWTEST_F_L0() 135 ASSERT_TRUE(result.find("End not support now.") != std::string::npos); in HWTEST_F_L0() 153 ASSERT_TRUE(result.find("GetCategories not support now") != std::string::npos); in HWTEST_F_L0() 171 ASSERT_TRUE(result.find("RecordClockSyncMarker not support now.") != std::string::npos); in HWTEST_F_L0() 189 ASSERT_TRUE(result.find("RequestMemoryDump not support now.") != std::string::npos); in HWTEST_F_L0() [all …]
|
| D | profiler_impl_test.cpp | 108 ASSERT_TRUE(response.GetMessage() == "GetBestEffortCoverage not support now"); in HWTEST_F_L0() 116 ASSERT_TRUE(response.GetMessage() == "StopPreciseCoverage not support now"); in HWTEST_F_L0() 124 ASSERT_TRUE(response.GetMessage() == "TakePreciseCoverage not support now"); in HWTEST_F_L0() 135 ASSERT_TRUE(response.GetMessage() == "StartPreciseCoverage not support now"); in HWTEST_F_L0() 143 ASSERT_TRUE(response.GetMessage() == "StartTypeProfile not support now"); in HWTEST_F_L0() 151 ASSERT_TRUE(response.GetMessage() == "StopTypeProfile not support now"); in HWTEST_F_L0() 159 ASSERT_TRUE(response.GetMessage() == "TakeTypeProfile not support now"); in HWTEST_F_L0() 296 ASSERT_TRUE(result.find("GetBestEffortCoverage not support now") != std::string::npos); in HWTEST_F_L0() 314 ASSERT_TRUE(result.find("StopPreciseCoverage not support now") != std::string::npos); in HWTEST_F_L0() 332 ASSERT_TRUE(result.find("TakePreciseCoverage not support now") != std::string::npos); in HWTEST_F_L0() [all …]
|
| D | heapprofiler_impl_test.cpp | 58 ASSERT_TRUE(response.GetMessage() == "AddInspectedHeapObject not support now"); in HWTEST_F_L0() 96 ASSERT_TRUE(response.GetMessage() == "GetHeapObjectId not support now"); in HWTEST_F_L0() 107 ASSERT_TRUE(response.GetMessage() == "GetObjectByHeapObjectId not support now"); in HWTEST_F_L0() 117 ASSERT_TRUE(response.GetMessage() == "GetSamplingProfile not support now"); in HWTEST_F_L0() 127 ASSERT_TRUE(response.GetMessage() == "StartSampling not support now"); in HWTEST_F_L0() 137 ASSERT_TRUE(response.GetMessage() == "StopSampling not support now."); in HWTEST_F_L0() 192 ASSERT_TRUE(result.find("AddInspectedHeapObject not support now") != std::string::npos); in HWTEST_F_L0() 264 ASSERT_TRUE(result.find("GetHeapObjectId not support now") != std::string::npos); in HWTEST_F_L0() 288 ASSERT_TRUE(result.find("GetObjectByHeapObjectId not support now") != std::string::npos); in HWTEST_F_L0() 306 ASSERT_TRUE(result.find("GetSamplingProfile not support now") != std::string::npos); in HWTEST_F_L0() [all …]
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | profiler_impl.cpp | 190 return DispatchResponse::Fail("GetBestEffortCoverage not support now"); in GetBestEffortCoverage() 195 return DispatchResponse::Fail("StopPreciseCoverage not support now"); in StopPreciseCoverage() 200 return DispatchResponse::Fail("TakePreciseCoverage not support now"); in TakePreciseCoverage() 205 return DispatchResponse::Fail("StartPreciseCoverage not support now"); in StartPreciseCoverage() 210 return DispatchResponse::Fail("StartTypeProfile not support now"); in StartTypeProfile() 215 return DispatchResponse::Fail("StopTypeProfile not support now"); in StopTypeProfile() 220 return DispatchResponse::Fail("TakeTypeProfile not support now"); in TakeTypeProfile()
|
| D | tracing_impl.cpp | 119 return DispatchResponse::Fail("End not support now."); in End() 124 return DispatchResponse::Fail("GetCategories not support now."); in GetCategories() 129 return DispatchResponse::Fail("RecordClockSyncMarker not support now."); in RecordClockSyncMarker() 135 return DispatchResponse::Fail("RequestMemoryDump not support now."); in RequestMemoryDump() 140 return DispatchResponse::Fail("Start not support now."); in Start()
|
| D | heapprofiler_impl.cpp | 255 return DispatchResponse::Fail("AddInspectedHeapObject not support now"); in AddInspectedHeapObject() 280 return DispatchResponse::Fail("GetHeapObjectId not support now"); in GetHeapObjectId() 286 return DispatchResponse::Fail("GetObjectByHeapObjectId not support now"); in GetObjectByHeapObjectId() 291 return DispatchResponse::Fail("GetSamplingProfile not support now"); in GetSamplingProfile() 296 return DispatchResponse::Fail("StartSampling not support now"); in StartSampling() 330 return DispatchResponse::Fail("StopSampling not support now."); in StopSampling()
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-20-04-cross-arm-all | 25 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
|
| D | ubuntu-18-04-cross-arm-all | 26 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_runtime/ecmascript/builtins/ |
| D | builtins_async_function.cpp | 25 // not support in AsyncFunctionConstructor() 26 …THROW_TYPE_ERROR_AND_RETURN(argv->GetThread(), "Not support eval. Forbidden using new AsyncFunctio… in AsyncFunctionConstructor()
|
| D | builtins_async_generator.cpp | 27 // not support in AsyncGeneratorFunctionConstructor() 28 …THROW_TYPE_ERROR_AND_RETURN(argv->GetThread(), "Not support eval. Forbidden using new AsyncGenerat… in AsyncGeneratorFunctionConstructor()
|
| D | builtins_generator.cpp | 26 // not support in GeneratorFunctionConstructor() 27 …THROW_TYPE_ERROR_AND_RETURN(argv->GetThread(), "Not support eval. Forbidden using new GeneratorFun… in GeneratorFunctionConstructor()
|
| /arkcompiler/runtime_core/verification/ |
| D | TODO.txt | 1 1. [x] MT support: 17 5. Support origins recalc on LUB of contexts
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 9 ## Compiler support 24 ## Runtime support 45 ## GC support
|
| /arkcompiler/runtime_core/cmake/ |
| D | Definitions.cmake | 92 # Clang 8.0.0 doesn't support all necessary options -ffixed-<reg>. Gcc 7.5.0 freezes 184 option(PANDA_COMPILER_CFI "Support CFI information") 276 option(PANDA_CROSS_COMPILER "Enable compiler cross-compilation support" ON) 293 # For host-tools build support only single-target backend (with the same toolchain): 321 # TODO(dkofanov): cross-values do not support x86
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | method_properties.cpp | 69 * 1. We do support compact prologue/epilogue only for AARCH64. in MethodProperties() 75 * 2. We don't support compact prologue/epilogue for OSR to simplify OSR entry bridge. in MethodProperties()
|
| /arkcompiler/ets_frontend/test262/ |
| D | intl_skip_tests.json | 3 "reason": "Not support eval", 21 "reason": "Current ICU version not support yet",
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management.md | 41 * Support all required features from Runtime 107 However, we can also support such version of the object header(Hash is stored just after the object… 228 - support for pool extension and reduction(i.e., we can add another memory chunk to the allocator, … 267 - flexible allocation size list(required to support profile-guided allocation to improve fragmentat… 303 To make it work, allocator should support dynamic size table(or should have possibility choose from… 353 - GC should support various [modes](#overview)(performance, power-saving mode, normal mode); 357 - support for precise/exact roots 358 - GC barriers support by Interpreter and JIT 359 - safepoints support by Interpreter and JIT 361 Panda should support multiple GCs, since different GCs have different advantages(memory usage, thro… [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_codegen.cpp | 56 #include "llvm/Support/Casting.h" 57 #include "llvm/Support/Debug.h" 58 #include "llvm/Support/Host.h" 59 #include "llvm/Support/TargetSelect.h" 220 /* this method must be called, ohterwise "Target does not support MC emission" */ in Initialize()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | regmask.h | 51 * Currently we don't support registers number greater than 32. 52 …* Previously, Regmask class just inherited std::bitset, but std::bitset has poor constexpr support… 59 // We don't support architectures with CPU registers number, greater than 32.
|
| /arkcompiler/runtime_core/isa/ |
| D | asserts.rb | 165 # Otherwise support it in Assembler IR 172 # Otherwise support it in Assembler IR 179 # Otherwise support it in Assembler
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | backtrace.cpp | 22 LOG_ECMA(INFO) << "Print backtrace in windows not support"; in Backtrace()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | backtrace.cpp | 22 LOG_ECMA(INFO) << "Print backtrace in macos not support"; in Backtrace()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_serializer.h | 52 // Not support yet, BigInt type has not been implemented in ark engine 60 // Support tagged object id reference begin 83 // Support tagged object id reference end
|