| /arkcompiler/toolchain/build/compile_script/ |
| D | ark.py | 126 for part in parameter: 127 if part in ARCHES: 128 global_arche = part 129 elif part in MODES: 130 global_mode = part 131 elif part in TARGETS: 132 global_target = part 133 elif part == "clean": 135 elif part in TARGETS_TEST: 136 global_test = part [all …]
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 104 excluding those notices that do not pertain to any part of 107 (d) If the Work includes a "NOTICE" text file as part of its 111 pertain to any part of the Derivative Works, in at least one 113 as part of the Derivative Works; within the Source form or
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 104 excluding those notices that do not pertain to any part of 107 (d) If the Work includes a "NOTICE" text file as part of its 111 pertain to any part of the Derivative Works, in at least one 113 as part of the Derivative Works; within the Source form or
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 7 …pedia.org/wiki/Sequential_logic) part and [combinational logic](https://en.wikipedia.org/wiki/Comb… 9 …al logic** part is a subgraph of Circuit IR which is similar to the underlying control flow graph … 11 …* part is the other subgraph of Circuit IR which represents all computations in a program using a … 13 ….org/wiki/Partially_ordered_set) by wires. Sequential logic part and combinational logic part are … 15 …SWITCH_BRANCH` will need an input value computed from combinational logic part to select which nex… 17 …sition sources), and take several values or dependencies from computation part as input, and will … 21 …part and combinational logic part can benefit compilation speed, code optimization. Firstly, most … 23 …of starting/ending vertices of the IR graph. IR Passes usually traverse a part of all gates (forwa… 27 * `STATE_ENTRY`: Representing the initial state of the sequential logic part. (for traversing forwa…
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 104 excluding those notices that do not pertain to any part of 107 (d) If the Work includes a "NOTICE" text file as part of its 111 pertain to any part of the Derivative Works, in at least one 113 as part of the Derivative Works; within the Source form or
|
| D | .standalone_gn | 15 # It is ignored when Ark is built as a part of OpenHarmony source tree.
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 104 excluding those notices that do not pertain to any part of 107 (d) If the Work includes a "NOTICE" text file as part of its 111 pertain to any part of the Derivative Works, in at least one 113 as part of the Derivative Works; within the Source form or
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download.sh | 108 trusted_host=${PYPI_URL/#*:\/\//} # remove prefix part such as http:// https:// etc. 109 trusted_host=${trusted_host/%[:\/]*/} # remove suffix part including the port number
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date_time_format.cpp | 661 // 3. Set result to the string-concatenation of result and part.[[Value]]. in FormatDateTime() 711 // 4. For each part in parts, do in FormatDateTimeToParts() 712 for (auto part : parts) { in FormatDateTimeToParts() local 713 substring.Update(JSLocale::IcuToString(thread, formattedParts, part.fBeginIndex, in FormatDateTimeToParts() 714 part.fEndIndex).GetTaggedValue()); in FormatDateTimeToParts() 717 // Perform ! CreateDataPropertyOrThrow(O, "type", part.[[Type]]). in FormatDateTimeToParts() 718 // Perform ! CreateDataPropertyOrThrow(O, "value", part.[[Value]]). in FormatDateTimeToParts() 720 if (part.isPreExist) { in FormatDateTimeToParts() 721 JSLocale::PutElement(thread, part.index, result, ConvertFieldIdToDateType(thread, -1), in FormatDateTimeToParts() 724 … JSLocale::PutElement(thread, part.index, result, ConvertFieldIdToDateType(thread, part.fField), in FormatDateTimeToParts() [all …]
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_armhf.S | 168 // The reserved stack space is divided into 3 part: 169 // 1. the part for arguments passed via the stack 170 // 2. the part for the arguments passed via GPRs 171 // 3. the part for the arguments passed via the float registers 556 mov r1, #0 // zero hight part of int64_t
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | vm_handle.h | 28 // VMHandle should be used in language-agnostic part of runtime
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 31 - Internal memory space for non-compiler part of runtime (including GC internals)
|
| D | code_metainfo.md | 135 | METHOD_HI | Hi 32-bit part of the method pointer (actual only for jit) | 136 | METHOD_LOW | Low 32-bit part of the method pointer (actual only for jit) |
|
| D | design-of-interpreter.md | 209 1. A compliance test suite for the Panda Assembly language is created. The core part of the suite 212 1. A set of benchmarks is ported to Panda Assembly and maintained as a part of the source tree.
|
| D | irtoc.md | 11 > WARNING: this part is still under development. Thus, some things may be changed in the final impl…
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | murmur3_hash.h | 93 // Do the main part: in MurmurHash3() 144 // Do the main part: in MurmurHash3String()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | operands.h | 57 // The number of the bit from which exponential part starts in float 59 // Size exponential part in float 61 // The maximum exponential part of float that can be loaded in int64 67 // The number of the bit from which exponential part starts in double 69 // Size exponential part in double 71 // The maximum exponential part of double that can be loaded in int64
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | number_helper_test.cpp | 200 …* @tc.desc:This function takes the integer part of double type.When it is positive,it is rounded d… 223 …* @tc.desc: This function takes the double of integer type.When the decimal part is eight and the … 224 … 16, add one to convert to integer.According to the binary digits of the integer part,it is divided 226 * integer part is 255. If it exceeds 255,the conversion fails. 285 …* @tc.desc: The function is to convert double type to int type,The maximum value of integer part o… 286 …* cannot exceed the maximum value of int, and the minimum value of integer part cannot e…
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | remove_redundant_checks.pa | 15 # Part of optimization: LSE -> GVN -> Peepholes -> BranchElimination -> Cleanup -> ChecksEliminat…
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 84 // The reserved stack space is divided into 3 part: 85 // 1. the part for arguments passed via the stack 86 // 2. the part for the arguments passed via GPRs 87 // 3. the part for the arguments passed via the float registers
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_amd64.S | 158 // The reserved stack space is divided into 3 part: 159 // 1. the part for arguments passed via the stack 160 // 2. the part for the arguments passed via GPRs 161 // 3. the part for the arguments passed via the float registers
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.h | 279 … // For nodes that take part in bias with callsites intersection, prefer callee saved registers. in AssignColors() 344 // Find free regarding biasing (higher part of bitmap) in FirstFree()
|
| /arkcompiler/toolchain/build/config/sanitizers/ |
| D | sanitizers.gni | 242 # Use these lists of configs to disable instrumenting code that is part of a 244 # and libprotobuf when they are built as part of a proto fuzzer). Adding or
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 56 The boot class path now is a part of class context string. When boot image would be implemented the…
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | frame.h | 62 // info, which does not need the mirror part to store extra tag. For static Language, we alloc a mi… 63 // vregister to retain the tag info. And the mirror part offset will be `nregs_ * sizeof(Vregister)…
|