Home
last modified time | relevance | path

Searched refs:withProtoIndex (Results 1 – 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DInvokePolymorphicRangeDecodedInstruction.java56 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex() method in InvokePolymorphicRangeDecodedInstruction
DInvokePolymorphicDecodedInstruction.java55 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex() method in InvokePolymorphicDecodedInstruction
DDecodedInstruction.java480 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex() method in DecodedInstruction
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java122 one.withProtoIndex(indexMap.adjustMethod(methodId), indexMap.adjustProto(protoId)); in visit()