Searched refs:getInstructionCount (Results 1 – 8 of 8) sorted by relevance
82 public int getInstructionCount() { in getInstructionCount() method in Code.Try
66 new HashMap<Insn, RegisterSpec>(blocks.getInstructionCount()); in LocalVariableInfo()
107 public int getInstructionCount() { in getInstructionCount() method in BasicBlockList
67 new HashMap<Insn, RegisterSpec>(blocks.getInstructionCount()); in LocalVariableInfo()
134 int maxInsns = (bsz * 3) + blocks.getInstructionCount(); in RopTranslator()
140 int maxInsns = (bsz * 3) + blocks.getInstructionCount(); in RopTranslator()
945 out.writeUnsignedShort(tryItem.getInstructionCount()); in transformTries()