Home
last modified time | relevance | path

Searched full:encoding (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md43 ## Encoding operands
113 encoding more compact.
122 accumulator, reducing performance and increasing encoding size).
129 which also saves us encoding space and improves performance
158 into 4 bits, we have to use a wider encoding:
165 How to make sure that we benefit from the shorter encoding most of the time? An observation shows
173 needed forms. Thus we save on opcode space without losing in encoding size (on average).
180 applications (thus we again save encoding space).
Dfile_format.md77 | `uleb128` | unsigned integer value in leb128 encoding. |
78 | `sleb128` | signed integer value in leb128 encoding. |
80 ### MUTF-8 Encoding
82 Binary file format uses MUTF-8 (Modified UTF-8) encoding for strings.
93 | `data` | `uint8_t[]` | 0-terminated character sequence in MUTF-8 encoding. |
117 `PrimitiveType` is a one letter encoding for primitive type
119 | Type | Encoding |
304 `FieldType` encoding uses this fact to encode primitive types of the field in the low 4 bits.
430 | `shorty` | `uint16_t[]` | Short representation of the prototype. Encoding of the short…
1019 … | `0x00` | The corresponding argument has [IntegerValue](#integervalue) encoding. |
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_sweep_test.cpp56 EcmaStringAccessor::CreateFromUtf8(vm, utf8, 4, true)); // 4 : utf8 encoding length in TEST_F()
61 EcmaStringAccessor::CreateFromUtf8(vm, utf8, 4, true)); // 4 : utf8 encoding length in TEST_F()
/arkcompiler/runtime_core/isa/
Disapi.rb158 ops_encoding = format.encoding
310 cached def encoding
314 encoding = {}
315 encoding.default_proc = proc { |_, k| raise KeyError, "#{k} not found" }
322 encoding[name] = op
324 encoding
331 # Operand types and encoding
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp162 * @tc.desc: Converts a UTF16 encoding sequence encoding a character into a UTF8 encoding sequence,
404 * @tc.desc: Converts a UTF8 encoding sequence encoding a character into a UTF16 encoding sequence, …
405 * sequence and the byte length of the UTF16 encoding sequence. The parameter "combine" id…
545 0x7F, // 1-length UTF16 encoding in HWTEST_F_L0()
546 0xDF, 0xBF, // 1-length UTF16 encoding in HWTEST_F_L0()
547 0xEF, 0xBF, 0xBF, // 1-length UTF16 encoding in HWTEST_F_L0()
548 0xF4, 0x8F, 0xBF, 0xBF}; // 2-length UTF16 encoding in HWTEST_F_L0()
/arkcompiler/ets_frontend/
D.gitattributes5 as2panda/tests/compiler/std/string-encoding.ts eol=lf
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb58 Encoding.default_external = Encoding::UTF_8
59 Encoding.default_internal = Encoding::UTF_8
/arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnewwithtwoparameters_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/containersvectorsubvector_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/stringrefnewfromutf8_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/int8arrayrefnew_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/newbigintbyint64_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/bigint64arrayrefnew_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewint32_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/stringrefwriteutf8_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/nativepointernew2_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/float64arrayrefnew_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetpoplast_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/containersvectorremove_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/setnativepointerfieldcount_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializedeserialize_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetfirst_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>
/arkcompiler/toolchain/test/fuzztest/initializedebugger_fuzzer/
Dproject.xml1 <?xml version="1.0" encoding="utf-8"?>

12345678910>>...13