Searched refs:encode (Results 1 – 25 of 50) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | BUILD.gn | 32 "encode.cpp", 43 "target/x86/encode.cpp", 56 "target/amd64/encode.cpp", 72 "target/aarch32/encode.cpp", 83 "target/aarch64/encode.cpp", 124 "encode.cpp", 136 "target/x86/encode.cpp", 148 "target/amd64/encode.cpp", 164 "target/aarch32/encode.cpp", 174 "target/aarch64/encode.cpp",
|
| D | CMakeLists.txt | 26 list(APPEND ENCODE_SOURCES target/${dir}/encode.cpp)
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | disable_intrinsics.pa | 15 #! RUN force_jit: true, options: "--compiler-encode-intrinsics=true --compiler-inlining=fa… 25 #! RUN_PAOC options: "--compiler-encode-intrinsics=true --compiler-inlining=false" 35 #! RUN_LLVM options: "--compiler-encode-intrinsics=true --compiler-inlining=false --llvm-dump-b… 46 #! RUN force_jit: true, options: "--compiler-encode-intrinsics=false --compiler-inlining=f… 61 #! RUN_PAOC options: "--compiler-encode-intrinsics=false --compiler-inlining=false" 76 #! RUN_LLVM options: "--compiler-encode-intrinsics=false --compiler-inlining=false --llvm-dump-…
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | codegen_language_extensions.h.erb | 26 LOG(WARNING, COMPILER) << "Cannot encode LoadObjectDynamic"; 38 LOG(WARNING, COMPILER) << "Cannot encode StoreObjectDynamic"; 50 LOG(WARNING, COMPILER) << "Cannot encode StoreObjectDynamic";
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | isa.h | 221 EncodeType type, uint32 encode) in InsnDesc() 232 mopEncode(encode) {}; in InsnDesc() 236 …onst std::string &inFormat, uint32 anum, const ImmValidFunc &vFunc, EncodeType type, uint32 encode) in InsnDesc() 246 mopEncode(encode) {}; in InsnDesc() 250 const std::string &inFormat, uint32 anum, EncodeType type, uint32 encode) in InsnDesc() 259 mopEncode(encode) {}; in InsnDesc()
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | util.py | 79 sha256_obj.update(str(read_json_file(output_file)).encode()) 83 sha256_obj_new.update(str(content).encode())
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | disable_intrinsics.pa | 15 #! RUN force_jit: true, options: "--compiler-encode-intrinsics=true", entry: "_GLOBAL::mai… 25 #! RUN force_jit: true, options: "--compiler-encode-intrinsics=false", entry: "_GLOBAL::ma…
|
| /arkcompiler/toolchain/build/templates/cxx/ |
| D | external_deps_handler.py | 29 sha256_obj.update(str(read_json_file(output_file)).encode()) 33 sha256_obj_new.update(str(content).encode())
|
| /arkcompiler/ets_frontend/test/workload/ |
| D | ignored-third_lib_js-debug-arm64-jit.txt | 22 hex-encode-decode_test
|
| D | ignored-third_lib_js-debug-arm64-aot-litecg.txt | 34 hex-encode-decode_test
|
| D | ignored-third_lib_js-debug-arm64-aot.txt | 52 hex-encode-decode_test
|
| /arkcompiler/runtime_core/bytecode_optimizer/templates/ |
| D | insn_selection.cpp.erb | 25 <%= visitor.switch.encode %>
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/ |
| D | insn_selection.cpp.erb | 27 <%= visitor.switch.encode %>
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | codegen_doc.md | 30 2. Creates encode-visitor and visits each instruction in linear order by blocks. 131 target/aarch32/encode.cpp: 138 target/aarch64/encode.cpp:
|
| D | memory_barriers_doc.md | 5 We need to encode barriers after the instructions NewArray, NewObject, NewMultiArray so that if the… 29 …_BARRIER` for the instructions NewObject, NewArray and NewMultiArray and encode memory barrier if …
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2022-08-18-isa-changelog.md | 26 We reuse the field 32-bit field `access_flags_` to encode Function Kind and Header index. 39 As we use 16-bit to encode methodId, stringId and literalarrayId, the number of these Ids in one me…
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/server/ |
| D | apdump_server.py | 107 encoded_path = file_path.encode('utf-8') 154 ascii_filename = filename.encode('ascii', errors='ignore').decode('ascii')
|
| /arkcompiler/toolchain/tooling/client/tcpServer/test/ |
| D | js_test_base.py | 81 sent = self.tcp_client_socket.send(command.encode('utf-8'))
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/01.separate_modules/modules/ |
| D | stdlib_implicit_import.sts | 25 export function encode(str: string): string {
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/ |
| D | util_hermes.py | 111 process.stdin.write(actual_output.encode('utf-8'))
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 74 require up to 4 bytes to encode. 110 With this approach, we are no longer required to encode destination register, it is "hardcoded" to 148 It easy to see that to address virtual registers 4 and 5 we need just 3 bits which allows to encode
|
| D | memory-management.md | 593 It is critical to make compiler to encode barriers very optimally. At least fast path should be enc… 596 … to encode barrier using runtime interfaces (see next item) and could provide some more compiler-f… 603 - encode barrier code using loaded operands and pseudocode from `enum BarrierType`
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 74 require up to 4 bytes to encode. 110 With this approach, we are no longer required to encode destination register, it is "hardcoded" to 148 It easy to see that to address virtual registers 4 and 5 we need just 3 bits which allows to encode
|
| D | memory-management.md | 593 It is critical to make compiler to encode barriers very optimally. At least fast path should be enc… 596 … to encode barrier using runtime interfaces (see next item) and could provide some more compiler-f… 603 - encode barrier code using loaded operands and pseudocode from `enum BarrierType`
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Char.sts | 224 …* codeUnitsToEncode(UTF_16_CodePoint) counts a number of code units to encode the UTF-16 code poin… 229 * @returns the number of code units to encode the char. 492 * @throws JSONTypeError if json does not encode a valid char
|
12