Searched defs:protoIndex (Results 1 – 6 of 6) sorted by relevance
24 private final int protoIndex; field in MethodId27 public MethodId(Dex dex, int declaringClassIndex, int protoIndex, int nameIndex) { in MethodId()
431 int protoIndex = readUnsignedShort(); in readMethodId() local
26 private final int protoIndex; field in InvokePolymorphicRangeDecodedInstruction35 int protoIndex) { in InvokePolymorphicRangeDecodedInstruction()
24 private final int protoIndex; field in InvokePolymorphicDecodedInstruction32 int protoIndex, in InvokePolymorphicDecodedInstruction()
689 int protoIndex = in.read(); in FORMAT_45CC() local728 int protoIndex = in.read(); in FORMAT_4RCC() local
164 public int adjustProto(int protoIndex) { in adjustProto()