/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | AnalyzerTest.java | 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 …]
|
D | ScannerTest.java | 32 Subroutine[] subs = scanner.scan(method.getMethodInfo2()); in testNestedFinally() 108 MethodInfo info = method.getMethodInfo2(); in generate()
|
D | ErrorFinder.java | 57 analyzer.analyze(clazz, method.getMethodInfo2()); in analyzeMethod()
|
/external/javassist/src/main/javassist/ |
D | SerialVersionUID.java | 146 return c1.getMethodInfo2().getDescriptor().compareTo( in calculateDefault() 147 c2.getMethodInfo2().getDescriptor()); in calculateDefault() 157 out.writeUTF(constructor.getMethodInfo2() in calculateDefault() 168 value = m1.getMethodInfo2().getDescriptor() in calculateDefault() 169 .compareTo(m2.getMethodInfo2().getDescriptor()); in calculateDefault() 185 out.writeUTF(method.getMethodInfo2() in calculateDefault()
|
D | CtNewWrappedMethod.java | 53 MethodInfo minfo = mt.getMethodInfo2(); in wrapped() 136 if (!descriptor.equals(wrappedBody.getMethodInfo2().getDescriptor())) in checkSignature() 157 bodyname, src.getMethodInfo2(), in addBodyMethod()
|
D | CodeConverter.java | 365 String d1 = origMethod.getMethodInfo2().getDescriptor(); in redirectMethodCall() 366 String d2 = substMethod.getMethodInfo2().getDescriptor(); in redirectMethodCall()
|
D | CtConstructor.java | 162 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty() 366 MethodInfo minfo = method.getMethodInfo2(); in toMethod()
|
D | CtNewWrappedConstructor.java | 43 cons.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); in wrapped()
|
D | CtBehavior.java | 153 public MethodInfo getMethodInfo2() { return methodInfo; } in getMethodInfo2() method in CtBehavior 192 MethodInfo mi = getMethodInfo2(); in hasAnnotation() 215 MethodInfo mi = getMethodInfo2(); in getAnnotation() 259 MethodInfo mi = getMethodInfo2(); in getAnnotations() 309 MethodInfo mi = getMethodInfo2(); in getParameterAnnotations()
|
D | CtNewConstructor.java | 156 cons.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); in defaultConstructor()
|
D | CtClassType.java | 1167 if (cc.getMethodInfo2().getDescriptor().equals(desc) in getConstructor() 1275 && ((CtMethod)mth).getMethodInfo2().getDescriptor().equals(desc)) in getMethod0() 1358 && ((CtMethod)mth).getMethodInfo2().getDescriptor().startsWith(desc)) in getDeclaredMethod() 1453 getClassFile2().addMethod(c.getMethodInfo2()); in addConstructor() 1459 MethodInfo mi = m.getMethodInfo2(); in removeConstructor() 1485 getClassFile2().addMethod(m.getMethodInfo2()); in addMethod() 1494 MethodInfo mi = m.getMethodInfo2(); in removeMethod()
|
D | CtMethod.java | 241 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty()
|
D | CtNewMethod.java | 341 MethodInfo deleInfo = delegate.getMethodInfo2(); in delegator0()
|
/external/javassist/src/main/javassist/expr/ |
D | Expr.java | 103 if (cb[i].getMethodInfo2() == mi) in where() 107 if (init != null && init.getMethodInfo2() == mi) in where() 116 if (thisMethod.getName().equals(cb[i].getMethodInfo2().getName()) in where() 118 .equals(cb[i].getMethodInfo2().getDescriptor())) { in where()
|
/external/javassist/src/main/javassist/convert/ |
D | TransformBefore.java | 42 methodDescriptor = origMethod.getMethodInfo2().getDescriptor(); in TransformBefore()
|
D | TransformCall.java | 50 methodDescriptor = substMethod.getMethodInfo2().getDescriptor(); in TransformCall()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | FramePrinter.java | 80 MethodInfo info = method.getMethodInfo2(); in print()
|
D | ControlFlow.java | 58 this(method.getDeclaringClass(), method.getMethodInfo2()); in ControlFlow()
|
D | Analyzer.java | 163 return analyze(method.getDeclaringClass(), method.getMethodInfo2()); in analyze()
|
/external/javassist/src/main/javassist/bytecode/ |
D | InstructionPrinter.java | 50 MethodInfo info = method.getMethodInfo2(); in print()
|
/external/javassist/src/test/javassist/ |
D | JvstTest3.java | 709 cc.getDeclaredMethod("m2").getMethodInfo2().hashCode()); in testCalleeBeforeAgain() 750 MethodInfo srcInfo = src.getMethodInfo2(); in copyAnnotations() 751 MethodInfo destInfo = dest.getMethodInfo2(); in copyAnnotations()
|
D | JvstTest.java | 187 testCalleeBeforeMethod2 = m2.getMethodInfo2().hashCode(); in testCalleeBefore()
|
/external/javassist/src/main/javassist/compiler/ |
D | Javac.java | 104 cb.getMethodInfo2() in compile()
|
D | MemberCodeGen.java | 81 thisMethod = m.getMethodInfo2(); in setThisMethod()
|