Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DCodeReader.java95 DecodedInstruction.decodeAll(encodedInstructions); in visitAll()
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java44 DecodedInstruction.decodeAll(encodedInstructions); in transform()
/dalvik/dx/src/com/android/dx/io/instructions/
DDecodedInstruction.java82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) { in decodeAll() method in DecodedInstruction