Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DCodeReader.java93 public void visitAll(short[] encodedInstructions) throws DexException { in visitAll() argument
95 DecodedInstruction.decodeAll(encodedInstructions); in visitAll()
/dalvik/dx/src/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()
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java42 public short[] transform(short[] encodedInstructions) throws DexException { in transform() argument
44 DecodedInstruction.decodeAll(encodedInstructions); in transform()