Home
last modified time | relevance | path

Searched full:encodes (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
Dinst_generator_test.cpp94 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/
Dmangle.py80 """Encodes a single integer in ULEB8 format.
139 """Encodes segments into a mangled name.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DFunctions.ets164 * 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
DArrayBuffer.ets312 * This native method encodes the given string using the provided encoding and creates an
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBoolean.ets337 * @returns Boolean - true if JSON encodes true literal, false if JSON encodes false literal
/arkcompiler/runtime_core/static_core/docs/
Ddeoptimization.md22 The slow path encodes a call to the runtime function `Deoptimize`. We do the following for this:
Don-stack-replacement.md86 2. encodes jump instruction to the head of the loop where the corresponding OsrSaveState is located
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md86 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.ets241 * 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.ets447 * Re-encodes the given Buffer or Uint8Array instance from one character encoding to another.
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp45 * for U+10000 -- U+10FFFF encodes the following (value - 0x10000)
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp44 * for U+10000 -- U+10FFFF encodes the following (value - 0x10000)
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dcall.acc.short.yaml31 Immediate operand encodes a position starting from 0 on which accumulator is passed.
Dcall.acc.yaml31 Immediate operand encodes a position starting from 0 on which accumulator is passed.
Dcall.virt.acc.short.yaml30 Immediate operand encodes a position starting from 0 on which accumulator is passed.
Dcall.virt.acc.yaml32 Immediate operand encodes a position starting from 0 on which accumulator is passed.
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml2747 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/
Dcall.acc.short.yaml35 Immediate operand encodes a position starting from 0 on which accumulator is passed.
Dcall.acc.yaml35 Immediate operand encodes a position starting from 0 on which accumulator is passed.
Dcall.virt.acc.short.yaml35 Immediate operand encodes a position starting from 0 on which accumulator is passed.
Dcall.virt.acc.yaml37 Immediate operand encodes a position starting from 0 on which accumulator is passed.
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp533 // encodes the code info and sets it to the graph.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst39encodes a URI by replacing each instance of certain characters by one, two, three, or four escape …
55encodes a URI by replacing each instance of certain characters by one, two, three, or four escape …