Home
last modified time | relevance | path

Searched refs:toMethodRef (Results 1 – 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstInterfaceMethodRef.java53 public CstMethodRef toMethodRef() { in toMethodRef() method in CstInterfaceMethodRef
/dalvik/dx/src/com/android/dx/rop/cst/
DCstInterfaceMethodRef.java53 public CstMethodRef toMethodRef() { in toMethodRef() method in CstInterfaceMethodRef
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java148 methodIdsSection.intern(((CstInterfaceMethodRef) constant).toMethodRef()); in translate0()
/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java644 cst = ((CstInterfaceMethodRef) cst).toMethodRef(); in visitConstant()