Home
last modified time | relevance | path

Searched refs:support (Results 1 – 25 of 47) sorted by relevance

12

/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_runtime/ecmascript/compiler/
Dnumber_speculative_retype.h102 …GateRef CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support = ConvertSu…
104 …GateRef CheckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support = Convert…
Dnumber_speculative_retype.cpp757 …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()
Dlcr_lowering.cpp426 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/
Daot_resolve_string.md9 ## Compiler support
24 ## Runtime support
45 ## GC support
Dreg_alloc_graph_coloring_doc.md46 …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/
Dgenerate_operations_intrinsic_inst.inl.erb21 % # dynamic intrinsics doesn't support in inst_generator
Dintrinsic_codegen_test.inl.erb18 % # dynamic intrinsics doesn't support in inst_generator
/arkcompiler/toolchain/build/config/aosp/
Dconfig.gni60 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/
Dmemory-management.md107 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 …]
Druntime-debug-api.md5 1. Runtime should support debugging on the platforms from low-end IoT devices to hi-end mobile phon…
D2022-08-18-isa-changelog.md17 5. We add prefix "wide" to support opcodes which need larger immediate number.
Ddesign-of-interpreter.md27 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
Dassembly_format.md12 …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 …
Drationale-for-bytecode.md200 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/
Dcc_wrapper.gni23 # these versions don't support -Xclang. (3.1.10 and later will silently
/arkcompiler/runtime_core/cmake/
DDefinitions.cmake92 # 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/
DBUILD.gn333 # are not supported by gcc. Add flags to support these features.
418 # Clang doesn't support these flags.
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dir-dyn-base-types.h.erb121 % abort 'Compiler does not support two dynamic boolean types(See example in Peephole::Visit…
/arkcompiler/runtime_core/cmake/ark-third-party/zlib/
DCMakeLists.txt28 # Check to see if we have large file support
/arkcompiler/runtime_core/
DREADME.md87 | --dump-scopes | Save the result to a JSON file to support the debug mode in Visual Studio Code. …
Dark_config.gni36 # We don't support x64 compiler in GN build, since asmjit is not available here
/arkcompiler/ets_runtime/docs/
Doverview.md47 - 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/
Dark_config.gni34 # We don't support x64 compiler in GN build, since asmjit is not available here

12