Home
last modified time | relevance | path

Searched defs:srcObj (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp163 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/
Didle_barrier_test.cpp55 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
Dmarking_barrier_test.cpp97 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
Denum_barrier_test.cpp218 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
Dpost_marking_barrier_test.cpp207 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
Dremark_barrier_test.cpp157 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
Dcopy_barrier_test.cpp205 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
226 BaseObject* srcObj = reinterpret_cast<BaseObject*>(src); in HWTEST_F_L0() local
Dpreforward_barrier_test.cpp205 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/
Datomic_helper.cpp66 JSHandle<JSTypedArray> srcObj(typedArray); in ValidateAtomicAccess() local
Dtyped_array_helper.cpp440 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/
Dpreforward_barrier.cpp143 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
Dcopy_barrier.cpp137 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
Didle_barrier.cpp140 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
Dpost_marking_barrier.cpp149 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
Dmarking_barrier.cpp195 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
Denum_barrier.cpp198 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
Dremark_barrier.cpp222 MIndex dstSize, BaseObject *srcObj, in CopyStructArray()
/arkcompiler/ets_runtime/common_components/heap/barrier/
Dbarrier.cpp124 …rier::CopyStructArray(BaseObject* dstObj, HeapAddress dstField, MIndex dstSize, BaseObject* srcObj, in CopyStructArray()
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp215 BaseObject srcObj; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp113 auto srcObj = src[FIRST_OPERAND]; in CreateArrayCopyTo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbarrier_stub_builder.cpp297 void BarrierStubBuilder::DoMoveBarrierCrossRegion(GateRef srcAddr, GateRef srcObj) in DoMoveBarrierCrossRegion()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp990 compiler::VReg srcObj = pg->AllocReg(); in CompileRemainingProperties() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp915JSHandle<JSTaggedValue> &srcObj, uint32_t start, uint32_t end) in WriteBufferObjectLoop()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1001 …n "C" NO_ADDRESS_SANITIZE void ClassCastExceptionEntrypoint(Class *instClass, ObjectHeader *srcObj) in ClassCastExceptionEntrypoint()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2367 auto srcObj = src[FIRST_OPERAND]; in CreateMemmoveUnchecked() local

12