Home
last modified time | relevance | path

Searched refs:newProtoIndex (Results 1 – 3 of 3) sorted by relevance

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