Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 16 of 16) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/iface/
DStdMethodList.java36 public Method get(int n) { in get()
37 return (Method) get0(n); in get()
46 public void set(int n, Method method) { in set()
DMethodList.java46 public Method get(int n); in get()
DMethod.java24 public interface Method interface
DStdMethod.java28 public final class StdMethod extends StdMember implements Method {
/dalvik/dx/src/com/android/dx/cf/code/
DConcreteMethod.java25 import com.android.dx.cf.iface.Method;
39 public final class ConcreteMethod implements Method {
41 private final Method method;
74 public ConcreteMethod(Method method, ClassFile cf, boolean keepLines, boolean keepLocals) { in ConcreteMethod()
78 public ConcreteMethod(Method method, int accessFlags, CstString sourceFile, in ConcreteMethod()
DRopperMachine.java19 import com.android.dx.cf.iface.Method;
945 final Method m = methods.get(i); in jopToRopOpcode()
/dalvik/dx/src/com/android/dx/command/dump/
DDotDumper.java24 import com.android.dx.cf.iface.Method;
105 if (!(member instanceof Method)) { in endParsingMember()
113 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, in endParsingMember()
DSsaDumper.java22 import com.android.dx.cf.iface.Method;
77 if (!(member instanceof Method)) { in endParsingMember()
91 new ConcreteMethod((Method) member, classFile, true, true); in endParsingMember()
DBlockDumper.java30 import com.android.dx.cf.iface.Method;
181 if (!(member instanceof Method)) { in endParsingMember()
195 new ConcreteMethod((Method) member, classFile, true, true); in endParsingMember()
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java31 import com.android.dx.cf.iface.Method;
67 public static TypeList getExceptions(Method method) { in getExceptions()
153 public static Annotations getMethodAnnotations(Method method) { in getMethodAnnotations()
357 public static AnnotationsList getParameterAnnotations(Method method) { in getParameterAnnotations()
404 Method one = methods.get(i); in translateAnnotationDefaults()
DCfTranslator.java25 import com.android.dx.cf.iface.Method;
255 Method one = methods.get(i); in processMethods()
/dalvik/dx/src/com/android/dx/command/grep/
DGrep.java40 private ClassData.Method currentMethod;
106 for (ClassData.Method method : classData.allMethods()) { in grep()
/dalvik/dx/tests/115-merge/com/android/dx/merge/
DDexMergeTest.java28 import java.lang.reflect.Method;
105 Method method = annotated.getMethod("method", String.class, String.class); in testAnnotations()
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java42 private ClassData.Method currentMethod;
134 for (ClassData.Method method : classData.allMethods()) { in findUsages()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java775 ClassData.Method[] directMethods = classData.getDirectMethods(); in transformClassData()
776 ClassData.Method[] virtualMethods = classData.getVirtualMethods(); in transformClassData()
799 private void transformMethods(Dex in, IndexMap indexMap, ClassData.Method[] methods) { in transformMethods()
801 for (ClassData.Method method : methods) { in transformMethods()
/dalvik/dx/etc/
Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr ...