Searched defs:withProtoIndex (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) { method in class:InvokePolymorphicRangeDecodedInstruction
70 "use withProtoIndex to update both the method and proto indices for "
H A DInvokePolymorphicDecodedInstruction.java50 "use withProtoIndex to update both the method and proto indices for"
55 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { method in class:InvokePolymorphicDecodedInstruction
H A DDecodedInstruction.java480 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { method in class:DecodedInstruction

Completed in 308 milliseconds