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

/dalvik/dx/src/com/android/dx/io/
H A DCodeReader.java93 public void visitAll(DecodedInstruction[] decodedInstructions) argument
95 int size = decodedInstructions.length;
98 DecodedInstruction one = decodedInstructions[i];
103 callVisit(decodedInstructions, one);
108 DecodedInstruction[] decodedInstructions =
110 visitAll(decodedInstructions);
/dalvik/dx/src/com/android/dx/merge/
H A DInstructionTransformer.java45 DecodedInstruction[] decodedInstructions =
47 int size = decodedInstructions.length;
52 reader.visitAll(decodedInstructions);

Completed in 105 milliseconds