Searched refs:encodedInstructions (Results 1 - 3 of 3) sorted by path

/dalvik/dx/src/com/android/dx/io/
H A DCodeReader.java93 public void visitAll(short[] encodedInstructions) throws DexException { argument
95 DecodedInstruction.decodeAll(encodedInstructions);
/dalvik/dx/src/com/android/dx/io/instructions/
H A DDecodedInstruction.java82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) { argument
83 int size = encodedInstructions.length;
85 ShortArrayCodeInput in = new ShortArrayCodeInput(encodedInstructions);
/dalvik/dx/src/com/android/dx/merge/
H A DInstructionTransformer.java41 public short[] transform(short[] encodedInstructions) throws DexException { argument
43 DecodedInstruction.decodeAll(encodedInstructions);

Completed in 126 milliseconds