Searched defs:protoIndex (Results 1 – 3 of 3) sorted by relevance
24 private final int protoIndex; field in MethodId27 public MethodId(Dex dex, int declaringClassIndex, int protoIndex, int nameIndex) { in MethodId()
414 int protoIndex = data.getShort(position) & 0xFFFF; in parameterTypeIndicesFromMethodIndex() local445 int protoIndex = data.getShort(position) & 0xFFFF; in returnTypeIndexFromMethodIndex() local615 int protoIndex = readUnsignedShort(); in readMethodId() local
276 int protoIndex = dex.methodIds().get(methodDexIndex).getProtoIndex(); in getParameterAnnotations() local