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