Home
last modified time | relevance | path

Searched refs:InterfaceMethodrefInfo (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DConstPool.java60 = InterfaceMethodrefInfo.tag;
1070 return addItem(new InterfaceMethodrefInfo(classInfo, in addInterfaceMethodrefInfo()
1333 case InterfaceMethodrefInfo.tag : // 11 in readOne()
1334 info = new InterfaceMethodrefInfo(in, numOfItems); in readOne()
1781 class InterfaceMethodrefInfo extends MemberrefInfo class
1785 public InterfaceMethodrefInfo(int cindex, int ntindex, int thisIndex) in InterfaceMethodrefInfo() method in InterfaceMethodrefInfo
1790 public InterfaceMethodrefInfo(DataInputStream in, int thisIndex) in InterfaceMethodrefInfo() method in InterfaceMethodrefInfo
DClassFileWriter.java646 output.write(InterfaceMethodrefInfo.tag); in addInterfaceMethodrefInfo()
/external/javassist/src/test/javassist/bytecode/
DBytecodeTest.java640 InterfaceMethodrefInfo intf1 = new InterfaceMethodrefInfo(ui1.index, ui3.index, n++); in testConstInfos()
641 InterfaceMethodrefInfo intf2 = new InterfaceMethodrefInfo(ui1.index, ui3.index, n++); in testConstInfos()