Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp162 void ElementAccessor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<… in CopyJSArrayObject()
173 void ElementAccessor::CopyJSArrayToTaggedArray(const JSThread *thread, JSHandle<JSObject>srcObj, in CopyJSArrayToTaggedArray()
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp65 JSHandle<JSTypedArray> srcObj(typedArray); in ValidateAtomicAccess() local
Dtyped_array_helper.cpp441 JSHandle<JSTypedArray> srcObj(srcArray); in CreateFromTypedArray() local
534 JSTaggedValue GetTypedArrayBuffer(EcmaRuntimeCallInfo *argv, JSHandle<JSTypedArray> &srcObj, in GetTypedArrayBuffer()
624 JSHandle<JSTypedArray> srcObj(srcArray); in CreateSharedFromTypedArray() 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.cpp292 void BarrierStubBuilder::DoMoveBarrierCrossRegion(GateRef srcAddr, GateRef srcObj) in DoMoveBarrierCrossRegion()
Dcommon_stubs.cpp1469 GateRef srcObj = PtrArgument(5); in GenerateCircuit() local
Dstub_builder.cpp10494 GateRef StubBuilder::CopyJSArrayToTaggedArrayArgs(GateRef glue, GateRef srcObj) in CopyJSArrayToTaggedArrayArgs()
11709 void StubBuilder::ArrayCopy(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRef dstObj, in ArrayCopy()
11743 void StubBuilder::ArrayCopyAndHoleToUndefined(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRe… in ArrayCopyAndHoleToUndefined()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp988 compiler::VReg srcObj = pg->AllocReg(); in CompileRemainingProperties() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp965 …n "C" NO_ADDRESS_SANITIZE void ClassCastExceptionEntrypoint(Class *instClass, ObjectHeader *srcObj) in ClassCastExceptionEntrypoint()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2329 auto srcObj = src[FIRST_OPERAND]; in CreateMemmoveUnchecked() local