Searched full:encodes (Results 1 – 23 of 23) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/tests/ |
| D | inst_generator_test.cpp | 94 bool encodes = EncodesBuiltin(graph->GetRuntime(), intrinsicsId, graph->GetArch()); in GenerateIntrinsic() local 95 if (!encodes) { in GenerateIntrinsic() 119 if (!encodes) { in GenerateIntrinsic()
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | mangle.py | 80 """Encodes a single integer in ULEB8 format. 139 """Encodes segments into a mangled name.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Functions.ets | 164 * The encodeURI() function encodes a URI by replacing each instance 169 * encodes fewer characters, preserving those that are part of the 191 * The encodeURIComponent() function encodes a URI by replacing each 196 * encodes more characters, including those that are part of the URI
|
| D | ArrayBuffer.ets | 312 * This native method encodes the given string using the provided encoding and creates an
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Boolean.ets | 337 * @returns Boolean - true if JSON encodes true literal, false if JSON encodes false literal
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | deoptimization.md | 22 The slow path encodes a call to the runtime function `Deoptimize`. We do the following for this:
|
| D | on-stack-replacement.md | 86 2. encodes jump instruction to the head of the loop where the corresponding OsrSaveState is located
|
| /arkcompiler/runtime_core/docs/ |
| D | on-stack-replacement.md | 86 2. encodes jump instruction to the head of the loop where the corresponding OsrSaveState is located
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/ |
| D | @ohos.util.ets | 241 * Encodes the given byte array into a Base64 string. 317 * Synchronously encodes the input byte array into a Base64 encoded Uint8Array. 335 * Synchronously encodes the input byte array into a Base64 encoded string. 386 * Asynchronously encodes the input byte array into a Base64 encoded Uint8Array. 424 * Asynchronously encodes the input byte array into a Base64 encoded string.
|
| D | @ohos.buffer.ets | 447 * Re-encodes the given Buffer or Uint8Array instance from one character encoding to another.
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | utf.cpp | 45 * for U+10000 -- U+10FFFF encodes the following (value - 0x10000)
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utf.cpp | 44 * for U+10000 -- U+10FFFF encodes the following (value - 0x10000)
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | call.acc.short.yaml | 31 Immediate operand encodes a position starting from 0 on which accumulator is passed.
|
| D | call.acc.yaml | 31 Immediate operand encodes a position starting from 0 on which accumulator is passed.
|
| D | call.virt.acc.short.yaml | 30 Immediate operand encodes a position starting from 0 on which accumulator is passed.
|
| D | call.virt.acc.yaml | 32 Immediate operand encodes a position starting from 0 on which accumulator is passed.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 2747 Immediate operand encodes a position starting from 0 on which accumulator 2859 Immediate operand encodes a position starting from 0 on which accumulator
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.acc.short.yaml | 35 Immediate operand encodes a position starting from 0 on which accumulator is passed.
|
| D | call.acc.yaml | 35 Immediate operand encodes a position starting from 0 on which accumulator is passed.
|
| D | call.virt.acc.short.yaml | 35 Immediate operand encodes a position starting from 0 on which accumulator is passed.
|
| D | call.virt.acc.yaml | 37 Immediate operand encodes a position starting from 0 on which accumulator is passed.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 533 // encodes the code info and sets it to the graph.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/ |
| D | escompat.rst | 39 …encodes a URI by replacing each instance of certain characters by one, two, three, or four escape … 55 …encodes a URI by replacing each instance of certain characters by one, two, three, or four escape …
|