Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc812 mirror::Object* dst_obj = shadow_frame->GetVRegReference(arg_offset + 2); in UnstartedSystemArraycopy() local
818 if (dst_obj == nullptr) { in UnstartedSystemArraycopy()
823 if (!src_obj->IsArrayInstance() || !dst_obj->IsArrayInstance()) { in UnstartedSystemArraycopy()
829 ObjPtr<mirror::Array> dst_array = dst_obj->AsArray(); in UnstartedSystemArraycopy()