Searched refs:getDexMethodIndex (Results 1 - 5 of 5) sorted by relevance

/libcore/libart/src/main/java/java/lang/reflect/
H A DArtMethod.java88 int getDexMethodIndex() { method in class:ArtMethod
95 int nameIndex = dex.nameIndexFromMethodIndex(artMethod.getDexMethodIndex());
107 short[] types = dex.parameterTypeIndicesFromMethodIndex(artMethod.getDexMethodIndex());
H A DAbstractMethod.java119 public final int getDexMethodIndex() { method in class:AbstractMethod
120 return artMethod.getDexMethodIndex();
/libcore/libdvm/src/main/java/java/lang/reflect/
H A DConstructor.java108 public int getDexMethodIndex() { method in class:Constructor
H A DMethod.java126 public int getDexMethodIndex() { method in class:Method
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationAccess.java244 int methodIndex= element instanceof Method ? ((Method) element).getDexMethodIndex()
245 : ((Constructor<?>) element).getDexMethodIndex();

Completed in 47 milliseconds