Home
last modified time | relevance | path

Searched defs:dstAddr (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers-inl.h157 …id Barriers::CopyObject(const JSThread *thread, const TaggedObject *dstObj, JSTaggedValue *dstAddr, in CopyObject()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Arrays.cpp43 auto dstAddr = ToVoidPtr(ToUintPtr(dst->GetData()) + dstStart * sizeof(T)); in StdCoreCopyTo() local
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp239 HeapAddress dstAddr = reinterpret_cast<HeapAddress>(dstBuffer); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp1884 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
Dstub_builder.cpp13195 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/
Dencode.cpp587 …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/
Dbuiltins_array_stub_builder_next_optimization.cpp2730 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/
Dencode.cpp980 void Aarch64Encoder::EncodeCompressEightUtf16ToUtf8CharsUsingSimd(Reg srcAddr, Reg dstAddr) in EncodeCompressEightUtf16ToUtf8CharsUsingSimd()
994 void Aarch64Encoder::EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd(Reg srcAddr, Reg dstAddr) in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd()