Searched refs:getMethods (Results 1 – 14 of 14) sorted by relevance
106 public MethodList getMethods(); in getMethods() method
314 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDefItem315 return classData.getMethods(); in getMethods()
179 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDataItem
317 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDefItem318 return classData.getMethods(); in getMethods()
183 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDataItem
169 MethodList methods = clazz.getMethods(); in keepAnnotated()
115 MethodList methods = classFile.getMethods(); in addDependencies()
125 Ropper.convert(meth, advice, classFile.getMethods(), dexOptions); in endParsingMember()
93 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods(), dexOptions); in endParsingMember()
282 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods(), dexOptions); in ropDump()
415 MethodList methods = cf.getMethods(); in translateAnnotationDefaults()
280 MethodList methods = cf.getMethods(); in processMethods()
318 public MethodList getMethods() { in getMethods() method in DirectClassFile
1083 ArrayList<EncodedMethod> allMeths = clazz.getMethods(); in dumpMethod()1822 maxMethodIdsInClass = constantPoolSize + cf.getMethods().size() in call()