Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 50) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
DBUILD.gn32 "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",
DCMakeLists.txt26 list(APPEND ENCODE_SOURCES target/${dir}/encode.cpp)
/arkcompiler/runtime_core/static_core/tests/checked/
Ddisable_intrinsics.pa15 #! 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/
Dcodegen_language_extensions.h.erb26 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/
Disa.h221 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/
Dutil.py79 sha256_obj.update(str(read_json_file(output_file)).encode())
83 sha256_obj_new.update(str(content).encode())
/arkcompiler/runtime_core/tests/checked/
Ddisable_intrinsics.pa15 #! 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/
Dexternal_deps_handler.py29 sha256_obj.update(str(read_json_file(output_file)).encode())
33 sha256_obj_new.update(str(content).encode())
/arkcompiler/ets_frontend/test/workload/
Dignored-third_lib_js-debug-arm64-jit.txt22 hex-encode-decode_test
Dignored-third_lib_js-debug-arm64-aot-litecg.txt34 hex-encode-decode_test
Dignored-third_lib_js-debug-arm64-aot.txt52 hex-encode-decode_test
/arkcompiler/runtime_core/bytecode_optimizer/templates/
Dinsn_selection.cpp.erb25 <%= visitor.switch.encode %>
/arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/
Dinsn_selection.cpp.erb27 <%= visitor.switch.encode %>
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcodegen_doc.md30 2. Creates encode-visitor and visits each instruction in linear order by blocks.
131 target/aarch32/encode.cpp:
138 target/aarch64/encode.cpp:
Dmemory_barriers_doc.md5 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/
D2022-08-18-isa-changelog.md26 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/
Dapdump_server.py107 encoded_path = file_path.encode('utf-8')
154 ascii_filename = filename.encode('ascii', errors='ignore').decode('ascii')
/arkcompiler/toolchain/tooling/client/tcpServer/test/
Djs_test_base.py81 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/
Dstdlib_implicit_import.sts25 export function encode(str: string): string {
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
Dutil_hermes.py111 process.stdin.write(actual_output.encode('utf-8'))
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md74 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
Dmemory-management.md593 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/
Drationale-for-bytecode.md74 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
Dmemory-management.md593 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/
DChar.sts224 …* 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