Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/iface/
DClassFile.java105 public MethodList getMethods(); in getMethods() method
/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/dx/dex/file/
DClassDefItem.java315 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDefItem
316 return classData.getMethods(); in getMethods()
DClassDataItem.java179 public ArrayList<EncodedMethod> getMethods() { in getMethods() method in ClassDataItem
/dalvik/dx/src/com/android/multidex/
DMainDexListBuilder.java142 MethodList methods = clazz.getMethods(); in keepAnnotated()
/dalvik/dx/src/com/android/dx/command/dump/
DDotDumper.java118 Ropper.convert(meth, advice, classFile.getMethods()); in endParsingMember()
DSsaDumper.java93 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods()); in endParsingMember()
DBlockDumper.java288 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods()); in ropDump()
/dalvik/dx/src/com/android/dx/cf/direct/
DDirectClassFile.java304 public MethodList getMethods() { in getMethods() method in DirectClassFile
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java397 MethodList methods = cf.getMethods(); in translateAnnotationDefaults()
DCfTranslator.java251 MethodList methods = cf.getMethods(); in processMethods()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java710 int maxMethodIdsInDex = numMethodIds + constantPoolSize + cf.getMethods().size() + in processClass()
1032 ArrayList<EncodedMethod> allMeths = clazz.getMethods(); in dumpMethod()