Home | History | Annotate | Download | only in bytecode

Lines Matching defs:addMethodrefInfo

825     public int addMethodrefInfo(int classInfo, String name, String type) {
827 return addMethodrefInfo(classInfo, nt);
837 public int addMethodrefInfo(int classInfo, int nameAndTypeInfo) {
1372 return dest.addMethodrefInfo(cindex, ntindex);