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.java93 public void visitAll(DecodedInstruction[] decodedInstructions) in visitAll() argument
95 int size = decodedInstructions.length; in visitAll()
98 DecodedInstruction one = decodedInstructions[i]; in visitAll()
103 callVisit(decodedInstructions, one); in visitAll()
108 DecodedInstruction[] decodedInstructions = in visitAll() local
110 visitAll(decodedInstructions); in visitAll()
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java45 DecodedInstruction[] decodedInstructions = in transform() local
47 int size = decodedInstructions.length; in transform()
52 reader.visitAll(decodedInstructions); in transform()