Home
last modified time | relevance | path

Searched refs:dst_obj (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/
Dunstarted_runtime.cc761 mirror::Object* dst_obj = shadow_frame->GetVRegReference(arg_offset + 2); in UnstartedSystemArraycopy() local
767 if (dst_obj == nullptr) { in UnstartedSystemArraycopy()
772 if (!src_obj->IsArrayInstance() || !dst_obj->IsArrayInstance()) { in UnstartedSystemArraycopy()
778 ObjPtr<mirror::Array> dst_array = dst_obj->AsArray(); in UnstartedSystemArraycopy()
791 if (Runtime::Current()->IsActiveTransaction() && !CheckWriteConstraint(self, dst_obj)) { in UnstartedSystemArraycopy()