Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc355 mirror::Class* trg_type = shadow_frame->GetVRegReference(arg_offset + 2)->GetClass()-> in UnstartedSystemArraycopy() local
357 if (trg_type->IsPrimitiveInt()) { in UnstartedSystemArraycopy()
366 if (src_type != trg_type) { in UnstartedSystemArraycopy()