Searched refs:visitAll (Results 1 – 4 of 4) sorted by relevance
93 public void visitAll(DecodedInstruction[] decodedInstructions) in visitAll() method in CodeReader107 public void visitAll(short[] encodedInstructions) throws DexException { in visitAll() method in CodeReader110 visitAll(decodedInstructions); in visitAll()
110 codeReader.visitAll(dex.readCode(method).getInstructions()); in grep()
52 reader.visitAll(decodedInstructions); in transform()
143 codeReader.visitAll(dex.readCode(method).getInstructions()); in findUsages()