Home
last modified time | relevance | path

Searched refs:MethodId (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dex/
DMethodId.java21 public final class MethodId implements Comparable<MethodId> { class
27 public MethodId(Dex dex, int declaringClassIndex, int protoIndex, int nameIndex) { in MethodId() method in MethodId
47 public int compareTo(MethodId other) { in compareTo()
DDex.java236 public List<MethodId> methodIds() { in methodIds()
429 public MethodId readMethodId() { in readMethodId()
433 return new MethodId(Dex.this, declaringClassIndex, protoIndex, nameIndex); in readMethodId()
776 private final class MethodIdTable extends AbstractList<MethodId> implements RandomAccess {
778 public MethodId get(int index) { in get()
/dalvik/dx/src/com/android/dx/command/grep/
DGrep.java23 import com.android.dex.MethodId;
79 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex()); in location()
/dalvik/dx/src/com/android/dx/io/
DDexIndexPrinter.java22 import com.android.dex.MethodId;
85 for (MethodId methodId : dex.methodIds()) { in printMethodIds()
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java23 import com.android.dex.MethodId;
105 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex()); in location()
178 for (MethodId method : dex.methodIds()) { in getMethodIds()
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java48 import com.android.dex.MethodId;
208 public MethodId adjust(MethodId methodId) { in adjust()
209 return new MethodId(target, in adjust()
DDexMerger.java29 import com.android.dex.MethodId;
553 new IdMerger<MethodId>(idsDefsOut) { in mergeMethodIds()
558 @Override MethodId read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodIds()
570 @Override void write(MethodId methodId) { in mergeMethodIds()