Searched defs:targetMethod (Results 1 – 9 of 9) sorted by relevance
84 ListIterator<AbstractInsnNode> instructions, MethodInsnNode targetMethod) { in interceptInvokeVirtualMethod()93 ListIterator<AbstractInsnNode> instructions, MethodInsnNode targetMethod) { in interceptInvokeVirtualMethodWithInvokeDynamic()
415 MethodInsnNode targetMethod = (MethodInsnNode) node; in rewriteMethodBody() local438 private boolean isGregorianCalendarBooleanConstructor(MethodInsnNode targetMethod) { in isGregorianCalendarBooleanConstructor()448 …endarBooleanConstructor(ListIterator<AbstractInsnNode> instructions, MethodInsnNode targetMethod) { in replaceGregorianCalendarBooleanConstructor()470 MethodInsnNode targetMethod); in interceptInvokeVirtualMethod()
182 ListIterator<AbstractInsnNode> instructions, MethodInsnNode targetMethod) { in interceptInvokeVirtualMethod()191 ListIterator<AbstractInsnNode> instructions, MethodInsnNode targetMethod) { in interceptInvokeVirtualMethodWithoutInvokeDynamic()
65 String targetMethod = methodMapper.getName(targetClass.getName(), method.getName()); in createProxyFactory() local
217 boolean shouldIntercept(MethodInsnNode targetMethod) { in shouldIntercept()
82 String targetMethod(String arg); in targetMethod() method
191 ProgramMethod targetMethod = (ProgramMethod)targetClass.findMethod(name, descriptor); in visitProgramMethod() local
59 private Method targetMethod; field in TailRecursionSimplifier
73 private ProgramMethod targetMethod; field in MethodInliner