Home
last modified time | relevance | path

Searched defs:dstObj (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.cpp117 void Barriers::CMCArrayCopyWriteBarrier(const JSThread *thread, const TaggedObject *dstObj, void* s… in CMCArrayCopyWriteBarrier()
167 void Barriers::CMCArrayCopyWriteBarrier(const JSThread *thread, const TaggedObject *dstObj, void* s… in CMCArrayCopyWriteBarrier()
Dbarriers-inl.h157 void Barriers::CopyObject(const JSThread *thread, const TaggedObject *dstObj, JSTaggedValue *dstAdd… in CopyObject()
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Didle_barrier_test.cpp58 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
281 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
300 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
Dmarking_barrier_test.cpp100 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
239 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
258 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
Denum_barrier_test.cpp221 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
240 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
257 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
Dpost_marking_barrier_test.cpp210 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
229 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
409 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
Dremark_barrier_test.cpp160 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
299 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
318 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
Dcopy_barrier_test.cpp211 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
232 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
Dpreforward_barrier_test.cpp208 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
225 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dpreforward_barrier.cpp143 void PreforwardBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, B… in CopyStructArray()
Dcopy_barrier.cpp137 void CopyBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObj… in CopyStructArray()
Didle_barrier.cpp140 void IdleBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObj… in CopyStructArray()
Dpost_marking_barrier.cpp149 void PostMarkingBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, … in CopyStructArray()
Dmarking_barrier.cpp195 void MarkingBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, Base… in CopyStructArray()
Denum_barrier.cpp198 void EnumBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObj… in CopyStructArray()
Dremark_barrier.cpp221 void RemarkBarrier::CopyStructArray(BaseObject *dstObj, HeapAddress dstField, in CopyStructArray()
/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp163 …ssor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<JSObject>dstObj, in CopyJSArrayObject()
/arkcompiler/ets_runtime/common_components/heap/barrier/
Dbarrier.cpp124 void Barrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject*… in CopyStructArray()
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp216 BaseObject dstObj; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp1883 GateRef dstObj = PtrArgument(1); in GenerateCircuit() local
1894 GateRef dstObj = PtrArgument(1); in GenerateCircuit() local
1905 GateRef dstObj = PtrArgument(1); in GenerateCircuit() local
1917 GateRef dstObj = PtrArgument(1); in GenerateCircuit() local
Dstub_builder.cpp2071 void StubBuilder::CMCArrayCopyWriteBarrier(GateRef glue, GateRef dstObj, GateRef src, GateRef dst, … in CMCArrayCopyWriteBarrier()
2117 void StubBuilder::CMCArrayCopyWriteBarrierSameArray(GateRef glue, GateRef dstObj, GateRef src, Gate… in CMCArrayCopyWriteBarrierSameArray()
13194 void StubBuilder::ArrayCopy(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRef dstObj, in ArrayCopy()
13249 …Builder::ArrayCopyAndHoleToUndefined(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRef dstObj, in ArrayCopyAndHoleToUndefined()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp114 auto dstObj = src[SECOND_OPERAND]; in CreateArrayCopyTo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2368 auto dstObj = src[SECOND_OPERAND]; in CreateMemmoveUnchecked() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4927 void RuntimeStubs::CopyObjectPrimitive(uintptr_t argGlue, JSTaggedType *dstObj, in DEF_RUNTIME_STUBS()
4942 void RuntimeStubs::ObjectCopy(uintptr_t argGlue, JSTaggedType *dstObj, in DEF_RUNTIME_STUBS()