Home
last modified time | relevance | path

Searched refs:findMethod (Results 1 – 25 of 28) sorted by relevance

12

/external/proguard/src/proguard/optimize/
DDuplicateInitializerFixer.java85 Method similarMethod = programClass.findMethod(name, descriptor); in visitProgramMethod()
117 if (programClass.findMethod(name, newDescriptor) == null) in visitProgramMethod()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassChecker.java58 if (programClass.findMethod(ClassConstants.METHOD_NAME_INIT, in visitProgramClass()
DSimpleEnumClassSimplifier.java135 programClass.findMethod(ClassConstants.METHOD_NAME_VALUEOF, null); in visitProgramClass()
/external/proguard/src/proguard/optimize/info/
DStaticInitializerContainingClassMarker.java40 if (clazz.findMethod(ClassConstants.METHOD_NAME_CLINIT, in visitAnyClass()
/external/proguard/src/proguard/classfile/
DLibraryClass.java287 public Method findMethod(String name, String descriptor) in findMethod() method in LibraryClass
502 Method method = findMethod(name, descriptor); in methodAccept()
DClazz.java165 Method findMethod(String name, String descriptor); in findMethod() method
DProgramClass.java340 public Method findMethod(String name, String descriptor) in findMethod() method in ProgramClass
523 Method method = findMethod(name, descriptor); in methodAccept()
/external/proguard/src/proguard/classfile/util/
DMemberFinder.java60 public Method findMethod(Clazz referencingClass, in findMethod() method in MemberFinder
DClassReferenceInitializer.java298 enclosingMethodAttribute.referencedClass.findMethod(name, type); in visitEnclosingMethodAttribute()
462 elementValue.referencedMethod = referencedClass.findMethod(name, null); in initializeElementValue()
DDynamicMemberReferenceInitializer.java765 (Member)referencedClass.findMethod(name, descriptor) : in visitStringConstant()
/external/proguard/src/proguard/
DClassMemberChecker.java119 if (clazz.findMethod(memberName, descriptor) == null) in checkMemberSpecifications()
/external/proguard/src/proguard/obfuscate/
DMappingKeeper.java152 Method method = clazz.findMethod(methodName, descriptor); in processMethodMapping()
/external/proguard/src/proguard/classfile/editor/
DMemberAdder.java191 ProgramMethod targetMethod = (ProgramMethod)targetClass.findMethod(name, descriptor); in visitProgramMethod()
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java149 MethodExtraInfo sdkMethod = classInfo.findMethod(methodElement, looseSignatures); in verifyMethod()
329 MethodExtraInfo findMethod(ExecutableElement methodElement, boolean looseSignatures) { in findMethod() method in SdkStore.ClassInfo
/external/skia/tools/bookmaker/
DincludeWriter.h157 Definition* findMethod(string name, RootDefinition* ) const;
DincludeParser.h180 Definition* findMethod(const Definition& bmhDef);
DincludeWriter.cpp949 Definition* IncludeWriter::findMethod(string name, RootDefinition* root) const { in findMethod() function in IncludeWriter
1399 clonedMethod = this->findMethod(alternateMethod, root); in populate()
1440 method = this->findMethod(methodName, root); in populate()
1456 method = this->findMethod(methodName + "()", root); in populate()
/external/skqp/tools/bookmaker/
DincludeWriter.h157 Definition* findMethod(string name, RootDefinition* ) const;
DincludeParser.h180 Definition* findMethod(const Definition& bmhDef);
DincludeWriter.cpp949 Definition* IncludeWriter::findMethod(string name, RootDefinition* root) const { in findMethod() function in IncludeWriter
1399 clonedMethod = this->findMethod(alternateMethod, root); in populate()
1440 method = this->findMethod(methodName, root); in populate()
1456 method = this->findMethod(methodName + "()", root); in populate()
DmdOut.cpp1525 Definition* iMethod = fIncludeParser.findMethod(*def); in markTypeOut()
1670 Definition* iMethod = fIncludeParser.findMethod(*parent); in markTypeOut()
/external/desugar/java/com/google/devtools/build/android/desugar/
DCoreLibrarySupport.java460 .map(itf -> findMethod(itf, name, desc)) in findInterfaceMethod()
466 private static Method findMethod(Class<?> clazz, String name, String desc) { in findMethod() method in CoreLibrarySupport
/external/proguard/src/proguard/optimize/peephole/
DTargetClassChanger.java472 (Member)newReferencedClass.findMethod(name, type); in updateReferencedMember()
/external/doclava/src/com/google/doclava/
DLinkReference.java304 MethodInfo method = result.classInfo.findMethod(mem, params, paramDimensions, varargs); in parse()
DClassInfo.java1723 public MethodInfo findMethod(String name, String[] params, String[] dimensions, boolean varargs) { in findMethod() method in ClassInfo
1743 return containing.findMethod(name, params, dimensions, varargs); in findMethod()

12