Home
last modified time | relevance | path

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

/libcore/dex/src/main/java/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
46 public int compareTo(MethodId other) { in compareTo()
DDex.java251 public List<MethodId> methodIds() { in methodIds()
356 public int findMethodIndex(MethodId methodId) { in findMethodIndex()
613 public MethodId readMethodId() { in readMethodId()
617 return new MethodId(Dex.this, declaringClassIndex, protoIndex, nameIndex); in readMethodId()
943 private final class MethodIdTable extends AbstractList<MethodId> implements RandomAccess {
944 @Override public MethodId get(int index) { in get()
/libcore/
Dnon_openjdk_java_files.mk333 dex/src/main/java/com/android/dex/MethodId.java \