Searched defs:newProtoIndex (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
H A DInvokePolymorphicRangeDecodedInstruction.java56 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { argument
64 newProtoIndex);
H A DInvokePolymorphicDecodedInstruction.java55 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { argument
57 getFormat(), getOpcode(), newIndex, getIndexType(), newProtoIndex, registers);
H A DDecodedInstruction.java480 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { argument

Completed in 83 milliseconds