Searched refs:getInstructions (Results 1 – 4 of 4) sorted by relevance
55 public short[] getInstructions() { in getInstructions() method in Code
110 codeReader.visitAll(dex.readCode(method).getInstructions()); in grep()
143 codeReader.visitAll(dex.readCode(method).getInstructions()); in findUsages()
905 short[] instructions = code.getInstructions(); in transformCode()