| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers.cpp | 117 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()
|
| D | barriers-inl.h | 157 void Barriers::CopyObject(const JSThread *thread, const TaggedObject *dstObj, JSTaggedValue *dstAdd… in CopyObject()
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/ |
| D | idle_barrier_test.cpp | 58 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
|
| D | marking_barrier_test.cpp | 100 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
|
| D | enum_barrier_test.cpp | 221 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
|
| D | post_marking_barrier_test.cpp | 210 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
|
| D | remark_barrier_test.cpp | 160 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
|
| D | copy_barrier_test.cpp | 211 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local 232 BaseObject* dstObj = reinterpret_cast<BaseObject*>(dst); in HWTEST_F_L0() local
|
| D | preforward_barrier_test.cpp | 208 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/ |
| D | preforward_barrier.cpp | 143 void PreforwardBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, B… in CopyStructArray()
|
| D | copy_barrier.cpp | 137 void CopyBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObj… in CopyStructArray()
|
| D | idle_barrier.cpp | 140 void IdleBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObj… in CopyStructArray()
|
| D | post_marking_barrier.cpp | 149 void PostMarkingBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, … in CopyStructArray()
|
| D | marking_barrier.cpp | 195 void MarkingBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, Base… in CopyStructArray()
|
| D | enum_barrier.cpp | 198 void EnumBarrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObj… in CopyStructArray()
|
| D | remark_barrier.cpp | 221 void RemarkBarrier::CopyStructArray(BaseObject *dstObj, HeapAddress dstField, in CopyStructArray()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor.cpp | 163 …ssor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<JSObject>dstObj, in CopyJSArrayObject()
|
| /arkcompiler/ets_runtime/common_components/heap/barrier/ |
| D | barrier.cpp | 124 void Barrier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject*… in CopyStructArray()
|
| /arkcompiler/ets_runtime/common_components/heap/barrier/tests/ |
| D | barrier_test.cpp | 216 BaseObject dstObj; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.cpp | 1883 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
|
| D | stub_builder.cpp | 2071 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/ |
| D | codegen_intrinsics_ets.cpp | 114 auto dstObj = src[SECOND_OPERAND]; in CreateArrayCopyTo() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2368 auto dstObj = src[SECOND_OPERAND]; in CreateMemmoveUnchecked() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 4927 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()
|