Home | History | Annotate | Download | only in instruction

Lines Matching refs:Reference

38 import org.jf.dexlib2.iface.reference.Reference;
47 @Nonnull protected final Reference reference;
51 @Nonnull Reference reference) {
54 this.reference = reference;
58 @Nonnull @Override public Reference getReference() { return reference; }