Home | History | Annotate | Download | only in interpreter

Lines Matching refs:ObjectArray

55 using ::art::mirror::ObjectArray;
99 ObjectArray<ArtField>* fields = klass->GetIFields();
138 ObjectArray<Object>* src = shadow_frame->GetVRegReference(arg_offset)->AsObjectArray<Object>();
139 ObjectArray<Object>* dst = shadow_frame->GetVRegReference(arg_offset + 2)->AsObjectArray<Object>();
543 // TODO: use ObjectArray<T>::GetWithoutChecks ?
1881 ObjectArray<Object>* array = a->AsObjectArray<Object>();
2014 ObjectArray<Object>* array = a->AsObjectArray<Object>();