| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor.cpp | 163 void ElementAccessor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<… in CopyJSArrayObject() 174 void ElementAccessor::CopyJSArrayToTaggedArray(const JSThread *thread, JSHandle<JSObject>srcObj, in CopyJSArrayToTaggedArray()
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/ |
| D | idle_barrier_test.cpp | 55 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 278 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 297 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
|
| D | marking_barrier_test.cpp | 97 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 236 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 255 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
|
| D | enum_barrier_test.cpp | 218 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 237 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 254 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
|
| D | post_marking_barrier_test.cpp | 207 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 226 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 406 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
|
| D | remark_barrier_test.cpp | 157 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 296 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 315 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
|
| D | copy_barrier_test.cpp | 205 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 226 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
|
| D | preforward_barrier_test.cpp | 205 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local 222 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | atomic_helper.cpp | 66 JSHandle<JSTypedArray> srcObj(typedArray); in ValidateAtomicAccess() local
|
| D | typed_array_helper.cpp | 440 JSHandle<JSTypedArray> srcObj(srcArray); in CreateFromTypedArray() local 533 JSTaggedValue GetTypedArrayBuffer(EcmaRuntimeCallInfo *argv, JSHandle<JSTypedArray> &srcObj, in GetTypedArrayBuffer() 623 JSHandle<JSTypedArray> srcObj(srcArray); in CreateSharedFromTypedArray() local
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | preforward_barrier.cpp | 143 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
|
| D | copy_barrier.cpp | 137 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
|
| D | idle_barrier.cpp | 140 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
|
| D | post_marking_barrier.cpp | 149 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
|
| D | marking_barrier.cpp | 195 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
|
| D | enum_barrier.cpp | 198 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
|
| D | remark_barrier.cpp | 222 MIndex dstSize, BaseObject *srcObj, in CopyStructArray()
|
| /arkcompiler/ets_runtime/common_components/heap/barrier/ |
| D | barrier.cpp | 124 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
|
| /arkcompiler/ets_runtime/common_components/heap/barrier/tests/ |
| D | barrier_test.cpp | 215 BaseObject srcObj; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | codegen_intrinsics_ets.cpp | 113 auto srcObj = src[FIRST_OPERAND]; in CreateArrayCopyTo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | barrier_stub_builder.cpp | 297 void BarrierStubBuilder::DoMoveBarrierCrossRegion(GateRef srcAddr, GateRef srcObj) in DoMoveBarrierCrossRegion()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 990 compiler::VReg srcObj = pg->AllocReg(); in CompileRemainingProperties() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 915 … JSHandle<JSTaggedValue> &srcObj, uint32_t start, uint32_t end) in WriteBufferObjectLoop()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1001 …n "C" NO_ADDRESS_SANITIZE void ClassCastExceptionEntrypoint(Class *instClass, ObjectHeader *srcObj) in ClassCastExceptionEntrypoint()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2367 auto srcObj = src[FIRST_OPERAND]; in CreateMemmoveUnchecked() local
|