148149150151152153154155156157158
if (frames[i] != null) { final AbstractInsnNode instruction = instructions[i]; final GraphNode node = new GraphNode(i); node.instructions.add(new BytecodeInstruction(instruction)); nodes.put(node.id, node); }