Searched refs:encodedInstructions (Results 1 – 3 of 3) sorted by relevance
107 public void visitAll(short[] encodedInstructions) throws DexException { in visitAll() argument109 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()
44 public short[] transform(IndexMap indexMap, short[] encodedInstructions) throws DexException { in transform() argument46 DecodedInstruction.decodeAll(encodedInstructions); in transform()