Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc784 mirror::Object* src_obj = shadow_frame->GetVRegReference(arg_offset); in UnstartedSystemArraycopy() local
787 if (src_obj == nullptr) { in UnstartedSystemArraycopy()
796 if (!src_obj->IsArrayInstance() || !dst_obj->IsArrayInstance()) { in UnstartedSystemArraycopy()
801 ObjPtr<mirror::Array> src_array = src_obj->AsArray(); in UnstartedSystemArraycopy()