Home
last modified time | relevance | path

Searched refs:decodedInstructions (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DCodeReader.java79 public void visitAll(DecodedInstruction[] decodedInstructions) in visitAll() argument
81 int size = decodedInstructions.length; in visitAll()
84 DecodedInstruction one = decodedInstructions[i]; in visitAll()
89 callVisit(decodedInstructions, one); in visitAll()
94 DecodedInstruction[] decodedInstructions = in visitAll() local
96 visitAll(decodedInstructions); in visitAll()
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java43 DecodedInstruction[] decodedInstructions = in transform() local
45 int size = decodedInstructions.length; in transform()
50 reader.visitAll(decodedInstructions); in transform()