Home
last modified time | relevance | path

Searched full:encodes (Results 1 – 19 of 19) 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/static_core/plugins/ets/stdlib/escompat/
DFunctions.sts161 * The encodeURI() function encodes a URI by replacing each instance
166 * encodes fewer characters, preserving those that are part of the
188 * The encodeURIComponent() function encodes a URI by replacing each
193 * encodes more characters, including those that are part of the URI
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBoolean.sts335 * @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/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.yaml2711 Immediate operand encodes a position starting from 0 on which accumulator is passed.
2812 Immediate operand encodes a position starting from 0 on which accumulator is passed.
/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.virt.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.yaml37 Immediate operand encodes a position starting from 0 on which accumulator is passed.
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp525 // 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 …