Home
last modified time | relevance | path

Searched refs:encodedInstructions (Results 1 – 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DDecodedInstruction.java82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) { in decodeAll() argument
83 int size = encodedInstructions.length; in decodeAll()
85 ShortArrayCodeInput in = new ShortArrayCodeInput(encodedInstructions); in decodeAll()
/external/dexmaker/src/dx/java/com/android/dx/io/
DCodeReader.java93 public void visitAll(short[] encodedInstructions) throws DexException { in visitAll() argument
95 DecodedInstruction.decodeAll(encodedInstructions); in visitAll()