Home
last modified time | relevance | path

Searched refs:getMethods (Results 1 – 14 of 14) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/iface/
DClassFile.java106 public MethodList getMethods(); in getMethods() method
/dalvik/dx/src/com/android/dx/dex/file/
DClassDefItem.java314 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDefItem
315 return classData.getMethods(); in getMethods()
DClassDataItem.java179 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDataItem
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DClassDefItem.java317 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDefItem
318 return classData.getMethods(); in getMethods()
DClassDataItem.java183 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDataItem
/dalvik/dx/src/com/android/multidex/
DMainDexListBuilder.java169 MethodList methods = clazz.getMethods(); in keepAnnotated()
DClassReferenceListBuilder.java115 MethodList methods = classFile.getMethods(); in addDependencies()
/dalvik/dx/src/com/android/dx/command/dump/
DDotDumper.java125 Ropper.convert(meth, advice, classFile.getMethods(), dexOptions); in endParsingMember()
DSsaDumper.java93 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods(), dexOptions); in endParsingMember()
DBlockDumper.java282 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods(), dexOptions); in ropDump()
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java415 MethodList methods = cf.getMethods(); in translateAnnotationDefaults()
DCfTranslator.java280 MethodList methods = cf.getMethods(); in processMethods()
/dalvik/dx/src/com/android/dx/cf/direct/
DDirectClassFile.java318 public MethodList getMethods() { in getMethods() method in DirectClassFile
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java1083 ArrayList<EncodedMethod> allMeths = clazz.getMethods(); in dumpMethod()
1822 maxMethodIdsInClass = constantPoolSize + cf.getMethods().size() in call()