Home
last modified time | relevance | path

Searched refs:getMethodInfo2 (Results 1 – 21 of 21) sorted by relevance

/external/javassist/src/test/test/javassist/bytecode/analysis/
DAnalyzerTest.java70 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 …]
DScannerTest.java32 Subroutine[] subs = scanner.scan(method.getMethodInfo2()); in testNestedFinally()
108 MethodInfo info = method.getMethodInfo2(); in generate()
DErrorFinder.java57 analyzer.analyze(clazz, method.getMethodInfo2()); in analyzeMethod()
/external/javassist/src/main/javassist/
DSerialVersionUID.java140 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()
DCtNewWrappedMethod.java46 mt.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); in wrapped()
127 if (!descriptor.equals(wrappedBody.getMethodInfo2().getDescriptor())) in checkSignature()
148 bodyname, src.getMethodInfo2(), in addBodyMethod()
DCodeConverter.java351 String d1 = origMethod.getMethodInfo2().getDescriptor(); in redirectMethodCall()
352 String d2 = substMethod.getMethodInfo2().getDescriptor(); in redirectMethodCall()
DCtConstructor.java151 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty()
353 MethodInfo minfo = method.getMethodInfo2(); in toMethod()
DCtBehavior.java121 public MethodInfo getMethodInfo2() { return methodInfo; } in getMethodInfo2() method in CtBehavior
157 MethodInfo mi = getMethodInfo2(); in hasAnnotation()
179 MethodInfo mi = getMethodInfo2(); in getAnnotation()
221 MethodInfo mi = getMethodInfo2(); in getAnnotations()
271 MethodInfo mi = getMethodInfo2(); in getParameterAnnotations()
DCtNewWrappedConstructor.java40 cons.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); in wrapped()
DCtNewConstructor.java154 cons.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); in defaultConstructor()
DCtClassType.java1037 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()
DCtMethod.java224 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty()
DCtNewMethod.java330 MethodInfo deleInfo = delegate.getMethodInfo2(); in delegator0()
/external/javassist/src/main/javassist/expr/
DExpr.java102 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()
/external/javassist/src/main/javassist/convert/
DTransformBefore.java36 methodDescriptor = origMethod.getMethodInfo2().getDescriptor(); in TransformBefore()
DTransformCall.java46 methodDescriptor = substMethod.getMethodInfo2().getDescriptor(); in TransformCall()
/external/javassist/src/main/javassist/bytecode/analysis/
DFramePrinter.java79 MethodInfo info = method.getMethodInfo2(); in print()
DAnalyzer.java164 return analyze(method.getDeclaringClass(), method.getMethodInfo2()); in analyze()
/external/javassist/src/main/javassist/bytecode/
DInstructionPrinter.java40 MethodInfo info = method.getMethodInfo2(); in print()
/external/javassist/src/main/javassist/compiler/
DJavac.java96 cb.getMethodInfo2() in compile()
DMemberCodeGen.java56 thisMethod = m.getMethodInfo2(); in setThisMethod()