Searched defs:methodIndex (Results 1 – 4 of 4) sorted by relevance
82 private final int methodIndex; field in ClassData.Method86 public Method(int methodIndex, int accessFlags, int codeOffset) { in Method()
388 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
107 private int methodIndex; field in ArtMethod
246 int methodIndex= element instanceof Method ? ((Method) element).getDexMethodIndex() in getAnnotationSetOffset() local594 private static AccessibleObject indexToMethod(Class<?> context, Dex dex, int methodIndex) { in indexToMethod()