Home
last modified time | relevance | path

Searched defs:methodIndex (Results 1 – 4 of 4) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
DClassData.java82 private final int methodIndex; field in ClassData.Method
86 public Method(int methodIndex, int accessFlags, int codeOffset) { in Method()
DDex.java388 public int declaringClassIndexFromMethodIndex(int methodIndex) { in declaringClassIndexFromMethodIndex()
398 public int nameIndexFromMethodIndex(int methodIndex) { in nameIndexFromMethodIndex()
410 public short[] parameterTypeIndicesFromMethodIndex(int methodIndex) { in parameterTypeIndicesFromMethodIndex()
441 public int returnTypeIndexFromMethodIndex(int methodIndex) { in returnTypeIndexFromMethodIndex()
745 int methodIndex = 0; in readMethods() local
/libcore/libart/src/main/java/java/lang/reflect/
DArtMethod.java107 private int methodIndex; field in ArtMethod
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java246 int methodIndex= element instanceof Method ? ((Method) element).getDexMethodIndex() in getAnnotationSetOffset() local
594 private static AccessibleObject indexToMethod(Class<?> context, Dex dex, int methodIndex) { in indexToMethod()