Searched defs:dstAddr (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers-inl.h | 157 …id Barriers::CopyObject(const JSThread *thread, const TaggedObject *dstObj, JSTaggedValue *dstAddr, in CopyObject()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Arrays.cpp | 43 auto dstAddr = ToVoidPtr(ToUintPtr(dst->GetData()) + dstStart * sizeof(T)); in StdCoreCopyTo() local
|
| /arkcompiler/ets_runtime/common_components/heap/barrier/tests/ |
| D | barrier_test.cpp | 239 HeapAddress dstAddr = reinterpret_cast<HeapAddress>(dstBuffer); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.cpp | 1884 GateRef dstAddr = PtrArgument(2); in GenerateCircuit() local 1895 GateRef dstAddr = PtrArgument(2); in GenerateCircuit() local 1906 GateRef dstAddr = PtrArgument(2); in GenerateCircuit() local 1918 GateRef dstAddr = PtrArgument(2); in GenerateCircuit() local
|
| D | stub_builder.cpp | 13195 GateRef dstAddr, GateRef taggedValueCount, GateRef needBarrier, in ArrayCopy() 13250 GateRef dstAddr, GateRef length, GateRef needBarrier) in ArrayCopyAndHoleToUndefined()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.cpp | 587 …eCompressEightUtf16ToUtf8CharsUsingSimd([[maybe_unused]] Reg srcAddr, [[maybe_unused]] Reg dstAddr) in EncodeCompressEightUtf16ToUtf8CharsUsingSimd() 592 …ompressSixteenUtf16ToUtf8CharsUsingSimd([[maybe_unused]] Reg srcAddr, [[maybe_unused]] Reg dstAddr) in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 2730 GateRef dstAddr = GetDataPtrInTaggedArray(element, start); in FastFill() local 2751 GateRef dstAddr = GetDataPtrInTaggedArray(element); in ReverseOptimised() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 980 void Aarch64Encoder::EncodeCompressEightUtf16ToUtf8CharsUsingSimd(Reg srcAddr, Reg dstAddr) in EncodeCompressEightUtf16ToUtf8CharsUsingSimd() 994 void Aarch64Encoder::EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd(Reg srcAddr, Reg dstAddr) in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd()
|