Searched defs:encodedInstructions (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCodeReader.java93 public void visitAll(short[] encodedInstructions) throws DexException { argument
95 DecodedInstruction.decodeAll(encodedInstructions);
/external/dexmaker/src/dx/java/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 104 milliseconds