Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/
DCodeReader.java95 DecodedInstruction.decodeAll(encodedInstructions); in visitAll()
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DDecodedInstruction.java82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) { in decodeAll() method in DecodedInstruction