Searched refs:CstInterfaceMethodRef (Results 1 – 5 of 5) sorted by relevance
22 public final class CstInterfaceMethodRef class36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) { in CstInterfaceMethodRef() method in CstInterfaceMethodRef
54 import com.android.dx.rop.cst.CstInterfaceMethodRef;147 } else if (constant instanceof CstInterfaceMethodRef) { in translate0()148 methodIdsSection.intern(((CstInterfaceMethodRef) constant).toMethodRef()); in translate0()
40 import com.android.dx.rop.cst.CstInterfaceMethodRef;318 cst = new CstInterfaceMethodRef(type, nat); in parse0()
23 import com.android.dx.rop.cst.CstInterfaceMethodRef;644 cst = ((CstInterfaceMethodRef) cst).toMethodRef(); in visitConstant()