Home
last modified time | relevance | path

Searched defs:dstPtr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.cpp122 JSTaggedType *dstPtr = reinterpret_cast<JSTaggedType *>(dst); in CMCArrayCopyWriteBarrier() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1140 auto dstPtr = dst.As(Codegen::ConvertDataType(DataType::POINTER, graph->GetArch())); in VisitLoadClass() local
1170 Reg dstPtr(dst.GetId(), enc->GetCodegen()->GetPtrRegType()); in FillLoadClassUnresolved() local
1262 auto dstPtr = dst.As(Codegen::ConvertDataType(DataType::POINTER, graph->GetArch())); in VisitLoadAndInitClass() local
1304 Reg dstPtr(dst.GetId(), enc->GetCodegen()->GetPtrRegType()); in VisitUnresolvedLoadAndInitClass() local
1497 Reg dstPtr(dst.GetId(), codegen->GetPtrRegType()); in VisitUnresolvedLoadType() local
1525 auto dstPtr = dst.As(Codegen::ConvertDataType(DataType::POINTER, graph->GetArch())); in VisitLoadType() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp84 auto dstPtr = reinterpret_cast<JSTaggedType *>( in AdjustPrimitiveArray() local