Home | History | Annotate | Download | only in runtime

Lines Matching refs:sfields

3800     mirror::ObjectArray<mirror::ArtField>* sfields = AllocArtFieldArray(self, 2);
3801 if (UNLIKELY(sfields == nullptr)) {
3805 klass->SetSFields(sfields);