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

/dalvik/dx/src/com/android/dx/io/
H A DCodeReader.java107 public void visitAll(short[] encodedInstructions) throws DexException { argument
109 DecodedInstruction.decodeAll(encodedInstructions);
/dalvik/dx/src/com/android/dx/merge/
H A DInstructionTransformer.java44 public short[] transform(IndexMap indexMap, short[] encodedInstructions) throws DexException { argument
46 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);

Completed in 59 milliseconds