Searched refs:encodedInstructions (Results 1 – 2 of 2) sorted by relevance
82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) { in decodeAll() argument83 int size = encodedInstructions.length; in decodeAll()85 ShortArrayCodeInput in = new ShortArrayCodeInput(encodedInstructions); in decodeAll()
93 public void visitAll(short[] encodedInstructions) throws DexException { in visitAll() argument95 DecodedInstruction.decodeAll(encodedInstructions); in visitAll()