Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DClassData.java22 private final Method[] directMethods;
23 private final Method[] virtualMethods;
26 Method[] directMethods, Method[] virtualMethods) { in ClassData()
41 public Method[] getDirectMethods() { in getDirectMethods()
45 public Method[] getVirtualMethods() { in getVirtualMethods()
56 public Method[] allMethods() { in allMethods()
57 Method[] result = new Method[directMethods.length + virtualMethods.length]; in allMethods()
81 public static class Method { class in ClassData
86 public Method(int methodIndex, int accessFlags, int codeOffset) { in Method() method in ClassData.Method
DDex.java259 public Code readCode(ClassData.Method method) { in readCode()
556 ClassData.Method[] directMethods = readMethods(directMethodsSize); in readClassData()
557 ClassData.Method[] virtualMethods = readMethods(virtualMethodsSize); in readClassData()
572 private ClassData.Method[] readMethods(int count) { in readMethods()
573 ClassData.Method[] result = new ClassData.Method[count]; in readMethods()
579 result[i] = new ClassData.Method(methodIndex, accessFlags, codeOff); in readMethods()
/dalvik/dx/src/com/android/dx/cf/iface/
DStdMethodList.java37 public Method get(int n) { in get()
38 return (Method) get0(n); in get()
47 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;
65 public ConcreteMethod(Method method, ClassFile classFile, in ConcreteMethod()
DRopperMachine.java19 import com.android.dx.cf.iface.Method;
955 final Method m = methods.get(i); in jopToRopOpcode()
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java32 import com.android.dx.cf.iface.Method;
68 public static TypeList getExceptions(Method method) { in getExceptions()
159 public static Annotations getMethodAnnotations(Method method) { in getMethodAnnotations()
375 public static AnnotationsList getParameterAnnotations(Method method) { in getParameterAnnotations()
422 Method one = methods.get(i); in translateAnnotationDefaults()
DCfTranslator.java26 import com.android.dx.cf.iface.Method;
284 Method one = methods.get(i); in processMethods()
/dalvik/dx/src/com/android/dx/command/dump/
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()
DDotDumper.java24 import com.android.dx.cf.iface.Method;
112 if (!(member instanceof Method)) { in endParsingMember()
120 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, in endParsingMember()
DBlockDumper.java30 import com.android.dx.cf.iface.Method;
178 if (!(member instanceof Method)) { in endParsingMember()
192 new ConcreteMethod((Method) member, classFile, true, true); in endParsingMember()
/dalvik/dx/src/com/android/dx/command/grep/
DGrep.java40 private ClassData.Method currentMethod;
107 for (ClassData.Method method : classData.allMethods()) { in grep()
/dalvik/dx/tests/115-merge/com/android/dx/merge/
DDexMergeTest.java29 import java.lang.reflect.Method;
106 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;
136 for (ClassData.Method method : classData.allMethods()) { in findUsages()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java842 ClassData.Method[] directMethods = classData.getDirectMethods(); in transformClassData()
843 ClassData.Method[] virtualMethods = classData.getVirtualMethods(); in transformClassData()
866 private void transformMethods(Dex in, IndexMap indexMap, ClassData.Method[] methods) { in transformMethods()
868 for (ClassData.Method method : methods) { in transformMethods()
/dalvik/dx/tests/137-dexmerger-dex38/
Dexpected.txt7100 Method handle #0:
7104 Method handle #1: