Searched refs:getMethodInfo2 (Results 1 – 22 of 22) sorted by relevance
70 MethodInfo info = method.getMethodInfo2(); in testReusedLocalMerge()94 MethodInfo info = method.getMethodInfo2(); in verifyReturn()114 MethodInfo info = method.getMethodInfo2(); in verifyArrayLoad()151 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2()); in testDeadCode()162 analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2()); in testInvalidCode()174 analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2()); in testCodeFalloff()185 analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2()); in testJsrMerge()192 analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2()); in testJsrMerge2()200 MethodInfo info = method.getMethodInfo2(); in generateDeadCode()220 MethodInfo info = method.getMethodInfo2(); in generateInvalidCode()[all …]
32 Subroutine[] subs = scanner.scan(method.getMethodInfo2()); in testNestedFinally()108 MethodInfo info = method.getMethodInfo2(); in generate()
57 analyzer.analyze(clazz, method.getMethodInfo2()); in analyzeMethod()
140 return c1.getMethodInfo2().getDescriptor().compareTo( in calculateDefault()141 c2.getMethodInfo2().getDescriptor()); in calculateDefault()151 out.writeUTF(constructor.getMethodInfo2() in calculateDefault()163 value = m1.getMethodInfo2().getDescriptor() in calculateDefault()164 .compareTo(m2.getMethodInfo2().getDescriptor()); in calculateDefault()180 out.writeUTF(method.getMethodInfo2() in calculateDefault()
46 mt.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); in wrapped()127 if (!descriptor.equals(wrappedBody.getMethodInfo2().getDescriptor())) in checkSignature()148 bodyname, src.getMethodInfo2(), in addBodyMethod()
351 String d1 = origMethod.getMethodInfo2().getDescriptor(); in redirectMethodCall()352 String d2 = substMethod.getMethodInfo2().getDescriptor(); in redirectMethodCall()
151 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty()353 MethodInfo minfo = method.getMethodInfo2(); in toMethod()
121 public MethodInfo getMethodInfo2() { return methodInfo; } in getMethodInfo2() method in CtBehavior157 MethodInfo mi = getMethodInfo2(); in hasAnnotation()179 MethodInfo mi = getMethodInfo2(); in getAnnotation()221 MethodInfo mi = getMethodInfo2(); in getAnnotations()271 MethodInfo mi = getMethodInfo2(); in getParameterAnnotations()
40 cons.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); in wrapped()
154 cons.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); in defaultConstructor()
1037 if (cc.getMethodInfo2().getDescriptor().equals(desc) in getConstructor()1143 && ((CtMethod)mth).getMethodInfo2().getDescriptor().equals(desc)) in getMethod0()1211 && ((CtMethod)mth).getMethodInfo2().getDescriptor().startsWith(desc)) in getDeclaredMethod()1301 getClassFile2().addMethod(c.getMethodInfo2()); in addConstructor()1306 MethodInfo mi = m.getMethodInfo2(); in removeConstructor()1330 getClassFile2().addMethod(m.getMethodInfo2()); in addMethod()1337 MethodInfo mi = m.getMethodInfo2(); in removeMethod()
224 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty()
330 MethodInfo deleInfo = delegate.getMethodInfo2(); in delegator0()
102 if (cb[i].getMethodInfo2() == mi) in where()106 if (init != null && init.getMethodInfo2() == mi) in where()115 if (thisMethod.getName().equals(cb[i].getMethodInfo2().getName()) in where()117 .equals(cb[i].getMethodInfo2().getDescriptor())) { in where()
46 methodDescriptor = substMethod.getMethodInfo2().getDescriptor(); in TransformCall()
36 methodDescriptor = origMethod.getMethodInfo2().getDescriptor(); in TransformBefore()
79 MethodInfo info = method.getMethodInfo2(); in print()
164 return analyze(method.getDeclaringClass(), method.getMethodInfo2()); in analyze()
40 MethodInfo info = method.getMethodInfo2(); in print()
96 cb.getMethodInfo2() in compile()
56 thisMethod = m.getMethodInfo2(); in setThisMethod()
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...