Searched refs:MethodInformation (Results 1 – 1 of 1) sorted by relevance
71 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()91 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()105 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()121 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()133 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()154 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()184 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()232 MethodInformation mi = new MethodInformation(opcode, owner, name, desc); in visitMethodInsn()245 private static class MethodInformation { class in ReplaceMethodCallsAdapter251 public MethodInformation(int opcode, String owner, String name, String desc) { in MethodInformation() method in ReplaceMethodCallsAdapter.MethodInformation[all …]