Home | History | Annotate | Download | only in runtime

Lines Matching refs:sfields

2668     mirror::ObjectArray<mirror::ArtField>* sfields = AllocArtFieldArray(self, 2);
2669 if (UNLIKELY(sfields == NULL)) {
2673 klass->SetSFields(sfields);