Searched refs:identifyBlocks (Results 1 – 3 of 3) sorted by relevance
81 public static ByteBlockList identifyBlocks(ConcreteMethod method) { in identifyBlocks() method in BasicBlocker
379 this.blocks = BasicBlocker.identifyBlocks(method); in Ropper()
209 ByteBlockList list = BasicBlocker.identifyBlocks(meth); in regularDump()