Searched refs:dst_obj (Results 1 – 1 of 1) sorted by relevance
812 mirror::Object* dst_obj = shadow_frame->GetVRegReference(arg_offset + 2); in UnstartedSystemArraycopy() local818 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()