Searched refs:referencedMethod (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/
H A DEnclosingMethodAttribute.java51 public Method referencedMethod; field in class:EnclosingMethodAttribute
118 if (referencedMethod != null)
120 referencedMethod.accept(referencedClass,
/external/proguard/src/proguard/classfile/attribute/annotation/
H A DElementValue.java54 public Method referencedMethod; field in class:ElementValue
108 if (referencedMethod != null)
110 referencedMethod.accept(referencedClass, memberVisitor);
/external/proguard/src/proguard/classfile/editor/
H A DElementValueAdder.java110 newConstantElementValue.referencedMethod = constantElementValue.referencedMethod;
127 newEnumConstantElementValue.referencedMethod = enumConstantElementValue.referencedMethod;
146 newClassElementValue.referencedMethod = classElementValue.referencedMethod;
165 newAnnotationElementValue.referencedMethod = annotationElementValue.referencedMethod;
188 newArrayElementValue.referencedMethod = arrayElementValue.referencedMethod;
[all...]
H A DMethodInvocationFixer.java52 private Member referencedMethod; field in class:MethodInvocationFixer
83 referencedMethod = null;
89 referencedMethod != null)
95 if ((referencedMethod.getAccessFlags() & ClassConstants.ACC_STATIC) != 0)
115 else if ((referencedMethod.getAccessFlags() & ClassConstants.ACC_PRIVATE) != 0 ||
116 referencedMethod.getName(referencedMethodClass).equals(ClassConstants.METHOD_NAME_INIT))
139 (ClassUtil.internalMethodParameterSize(referencedMethod.getDescriptor(referencedMethodClass), false)) << 8;
212 referencedMethod = refConstant.referencedMember;
236 System.out.println(" Method = "+referencedMethod);
239 System.out.println(" Parameter size = "+(ClassUtil.internalMethodParameterSize(referencedMethod
[all...]
H A DMemberReferenceFixer.java296 Member referencedMember = enclosingMethodAttribute.referencedMethod;
408 Member referencedMember = elementValue.referencedMethod;
H A DAttributeAdder.java166 newEnclosingMethodAttribute.referencedMethod = enclosingMethodAttribute.referencedMethod;
/external/proguard/src/proguard/shrink/
H A DClassShrinker.java193 if (enclosingMethodAttribute.referencedMethod != null &&
194 !usageMarker.isUsed(enclosingMethodAttribute.referencedMethod))
198 enclosingMethodAttribute.referencedMethod = null;
/external/proguard/src/proguard/classfile/util/
H A DClassReferenceInitializer.java297 enclosingMethodAttribute.referencedMethod =
300 if (enclosingMethodAttribute.referencedMethod == null)
462 elementValue.referencedMethod = referencedClass.findMethod(name, null);
/external/proguard/src/proguard/optimize/peephole/
H A DTargetClassChanger.java344 elementValue.referencedMethod =
345 (Method)updateReferencedMember(elementValue.referencedMethod,
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 168 milliseconds