/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/compiler/ |
D | number_speculative_retype.h | 102 …GateRef CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support = ConvertSu… 104 …GateRef CheckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support = Convert…
|
D | number_speculative_retype.cpp | 757 …rSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, in CheckAndConvertToInt32() argument 769 result = builder_.ConvertBoolToInt32(gate, support); in CheckAndConvertToInt32() 804 …peculativeRetype::CheckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support) in CheckAndConvertToFloat64() argument 815 result = builder_.ConvertBoolToFloat64(gate, support); in CheckAndConvertToFloat64()
|
D | lcr_lowering.cpp | 426 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvert() local 431 builder_.DeoptCheck(builder_.Boolean(support), frameState, DeoptType::NOTINT); in LowerCheckSupportAndConvert() 434 builder_.DeoptCheck(builder_.Boolean(support), frameState, DeoptType::NOTDOUBLE); in LowerCheckSupportAndConvert()
|
/arkcompiler/runtime_core/compiler/docs/ |
D | aot_resolve_string.md | 9 ## Compiler support 24 ## Runtime support 45 ## GC support
|
D | reg_alloc_graph_coloring_doc.md | 46 …ter assignment algorithm is a greedy-coloring algorithm, but with modification to support biasing. 58 Current implementation does not support spilling and rematerialisation. So in case of high register…
|
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
D | generate_operations_intrinsic_inst.inl.erb | 21 % # dynamic intrinsics doesn't support in inst_generator
|
D | intrinsic_codegen_test.inl.erb | 18 % # dynamic intrinsics doesn't support in inst_generator
|
/arkcompiler/toolchain/build/config/aosp/ |
D | config.gni | 60 assert(false, "Need AOSP toolchain support for your build CPU arch.") 70 assert(false, "Need AOSP toolchain support for your build OS.")
|
/arkcompiler/runtime_core/docs/ |
D | memory-management.md | 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… 404 So we can support it optionally for experiments. As alternative we can introduce some average age m… [all …]
|
D | runtime-debug-api.md | 5 1. Runtime should support debugging on the platforms from low-end IoT devices to hi-end mobile phon…
|
D | 2022-08-18-isa-changelog.md | 17 5. We add prefix "wide" to support opcodes which need larger immediate number.
|
D | design-of-interpreter.md | 27 1. The platform should support multiple programming languages 101 more space. As a solution, our file format will support variable length of identifiers to 142 more toolchains support C++ compilation for IoT, the standard library is often not present
|
D | assembly_format.md | 12 …ass", "object", "method" at the assembly language level because we might support a language which … 70 …anda assembly does not favor any language as the platform is designed to support many of them. To … 267 `.record`s are like `struct`s in C, but without support for "by instance" nesting. This is because … 279 Platform support arrays of primitive and aggregate data types. Array of type `T` has type name `T[]… 535 …ought as `external` record with some manipulating functions. There is no support for generics due …
|
D | rationale-for-bytecode.md | 200 is true only if the platform is **not** supposed to support multiple languages. 208 Thus, as we are required to support multiple languages (both statically and dynamically typed), 211 There may be a concern: Does a statically typed bytecode forbid us to support a dynamically typed
|
/arkcompiler/toolchain/build/toolchain/ |
D | cc_wrapper.gni | 23 # these versions don't support -Xclang. (3.1.10 and later will silently
|
/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 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/toolchain/build/config/compiler/ |
D | BUILD.gn | 333 # are not supported by gcc. Add flags to support these features. 418 # Clang doesn't support these flags.
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | ir-dyn-base-types.h.erb | 121 % abort 'Compiler does not support two dynamic boolean types(See example in Peephole::Visit…
|
/arkcompiler/runtime_core/cmake/ark-third-party/zlib/ |
D | CMakeLists.txt | 28 # Check to see if we have large file support
|
/arkcompiler/runtime_core/ |
D | README.md | 87 | --dump-scopes | Save the result to a JSON file to support the debug mode in Visual Studio Code. …
|
D | ark_config.gni | 36 # We don't support x64 compiler in GN build, since asmjit is not available here
|
/arkcompiler/ets_runtime/docs/ |
D | overview.md | 47 - Native support for TS. The common way to process TS in the industry is to convert TS into JS and …
|
/arkcompiler/runtime_core/gn/ark/runtime_core/ |
D | ark_config.gni | 34 # We don't support x64 compiler in GN build, since asmjit is not available here
|