Home
last modified time | relevance | path

Searched defs:srcPtr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.cpp123 JSTaggedType *srcPtr = reinterpret_cast<JSTaggedType *>(src); in CMCArrayCopyWriteBarrier() local
176 JSTaggedType *srcPtr = reinterpret_cast<JSTaggedType *>(src); in CMCArrayCopyWriteBarrier() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp82 auto srcPtr = reinterpret_cast<JSTaggedType *>( in AdjustPrimitiveArray() local
115 auto srcPtr = reinterpret_cast<JSTaggedType *>( in AdjustArray() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3691 auto srcPtr = ctor->GetInputValue(inst, 0); in VisitLoad() local
3720 auto srcPtr = ctor->GetInputValue(inst, 0); in VisitStore() local
3756 auto srcPtr = ctor->GetInputValue(inst, 0); in VisitLoadI() local
3769 auto srcPtr = ctor->GetInputValue(inst, 0); in VisitStoreI() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp5030 uintptr *srcPtr = reinterpret_cast<uintptr_t *>(src); in DEF_RUNTIME_STUBS() local