Home
last modified time | relevance | path

Searched defs:protoIndex (Results 1 – 3 of 3) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
DMethodId.java24 private final int protoIndex; field in MethodId
27 public MethodId(Dex dex, int declaringClassIndex, int protoIndex, int nameIndex) { in MethodId()
DDex.java414 int protoIndex = data.getShort(position) & 0xFFFF; in parameterTypeIndicesFromMethodIndex() local
445 int protoIndex = data.getShort(position) & 0xFFFF; in returnTypeIndexFromMethodIndex() local
615 int protoIndex = readUnsignedShort(); in readMethodId() local
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java276 int protoIndex = dex.methodIds().get(methodDexIndex).getProtoIndex(); in getParameterAnnotations() local