Home | History | Annotate | Download | only in runtime

Lines Matching refs:ifield

1774     SirtRef<mirror::ArtField> ifield(self, AllocArtField(self));
1775 if (UNLIKELY(ifield.get() == NULL)) {
1779 klass->SetInstanceField(i, ifield.get());
1780 LoadField(dex_file, it, klass, ifield);