Searched defs:srcObj (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor.cpp | 162 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/ |
| D | atomic_helper.cpp | 65 JSHandle<JSTypedArray> srcObj(typedArray); in ValidateAtomicAccess() local
|
| D | typed_array_helper.cpp | 441 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/ |
| D | codegen_intrinsics_ets.cpp | 113 auto srcObj = src[FIRST_OPERAND]; in CreateArrayCopyTo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | barrier_stub_builder.cpp | 292 void BarrierStubBuilder::DoMoveBarrierCrossRegion(GateRef srcAddr, GateRef srcObj) in DoMoveBarrierCrossRegion()
|
| D | common_stubs.cpp | 1469 GateRef srcObj = PtrArgument(5); in GenerateCircuit() local
|
| D | stub_builder.cpp | 10494 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/ |
| D | JSCompiler.cpp | 988 compiler::VReg srcObj = pg->AllocReg(); in CompileRemainingProperties() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 965 …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 | 2329 auto srcObj = src[FIRST_OPERAND]; in CreateMemmoveUnchecked() local
|