Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp154 void ElementAccessor::CopyJSArrayObject(const JSThread *thread, JSHandle<JSObject>srcObj, JSHandle<… in CopyJSArrayObject()
165 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.cpp391 JSHandle<JSTypedArray> srcObj(srcArray); in CreateFromTypedArray() local
484 JSTaggedValue GetTypedArrayBuffer(EcmaRuntimeCallInfo *argv, JSHandle<JSTypedArray> &srcObj, in GetTypedArrayBuffer()
574 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_frontend/ets2panda/compiler/core/
DJSCompiler.cpp973 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/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9530 GateRef StubBuilder::CopyJSArrayToTaggedArrayArgs(GateRef glue, GateRef srcObj) in CopyJSArrayToTaggedArrayArgs()