Searched refs:referenceType2 (Results 1 – 5 of 5) sorted by relevance
72 return DexBackedReference.makeReference(dexFile, opcode.referenceType2, in getReference2()78 return opcode.referenceType2; in getReferenceType2()
93 return DexBackedReference.makeReference(dexFile, opcode.referenceType2, in getReference2()99 return opcode.referenceType2; in getReferenceType2()
69 @Override public int getReferenceType2() { return opcode.referenceType2; } in getReferenceType2()
84 @Override public int getReferenceType2() { return opcode.referenceType2; } in getReferenceType2()
353 public final int referenceType2; field in Opcode367 …st<VersionConstraint> versionConstraints, String opcodeName, int referenceType, int referenceType2, in Opcode() argument385 this.referenceType2 = referenceType2; in Opcode()