Searched refs:dst_obj (Results 1 – 1 of 1) sorted by relevance
584 mirror::Object* dst_obj = shadow_frame->GetVRegReference(arg_offset + 2); in UnstartedSystemArraycopy() local590 if (dst_obj == nullptr) { in UnstartedSystemArraycopy()595 if (!src_obj->IsArrayInstance() || !dst_obj->IsArrayInstance()) { in UnstartedSystemArraycopy()601 mirror::Array* dst_array = dst_obj->AsArray(); in UnstartedSystemArraycopy()