Searched refs:Method (Results 1 – 16 of 16) sorted by relevance
36 public Method get(int n) { in get()37 return (Method) get0(n); in get()46 public void set(int n, Method method) { in set()
46 public Method get(int n); in get()
24 public interface Method interface
28 public final class StdMethod extends StdMember implements Method {
25 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()
19 import com.android.dx.cf.iface.Method;945 final Method m = methods.get(i); in jopToRopOpcode()
24 import com.android.dx.cf.iface.Method;105 if (!(member instanceof Method)) { in endParsingMember()113 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, in endParsingMember()
22 import com.android.dx.cf.iface.Method;77 if (!(member instanceof Method)) { in endParsingMember()91 new ConcreteMethod((Method) member, classFile, true, true); in endParsingMember()
30 import com.android.dx.cf.iface.Method;181 if (!(member instanceof Method)) { in endParsingMember()195 new ConcreteMethod((Method) member, classFile, true, true); in endParsingMember()
31 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()
25 import com.android.dx.cf.iface.Method;255 Method one = methods.get(i); in processMethods()
40 private ClassData.Method currentMethod;106 for (ClassData.Method method : classData.allMethods()) { in grep()
28 import java.lang.reflect.Method;105 Method method = annotated.getMethod("method", String.class, String.class); in testAnnotations()
42 private ClassData.Method currentMethod;134 for (ClassData.Method method : classData.allMethods()) { in findUsages()
775 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()
META-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr ...