Searched refs:InterfaceMethodrefInfo (Results 1 – 3 of 3) sorted by relevance
60 = 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 class1785 public InterfaceMethodrefInfo(int cindex, int ntindex, int thisIndex) in InterfaceMethodrefInfo() method in InterfaceMethodrefInfo1790 public InterfaceMethodrefInfo(DataInputStream in, int thisIndex) in InterfaceMethodrefInfo() method in InterfaceMethodrefInfo
646 output.write(InterfaceMethodrefInfo.tag); in addInterfaceMethodrefInfo()
640 InterfaceMethodrefInfo intf1 = new InterfaceMethodrefInfo(ui1.index, ui3.index, n++); in testConstInfos()641 InterfaceMethodrefInfo intf2 = new InterfaceMethodrefInfo(ui1.index, ui3.index, n++); in testConstInfos()