Lines Matching defs:System
104 System.err.println("Unexpected error while simplifying instructions after partial evaluation:");
105 System.err.println(" Class = ["+clazz.getName()+"]");
106 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
107 System.err.println(" Exception = ["+ex.getClass().getName()+"] ("+ex.getMessage()+")");
108 System.err.println("Not optimizing this method");
124 System.out.println();
125 System.out.println("Class "+ClassUtil.externalClassName(clazz.getName()));
126 System.out.println("Method "+ClassUtil.externalFullMethodDescription(clazz.getName(),
765 if (DEBUG) System.out.println(" Deleting store of subroutine return address "+instruction.toString(offset));
791 if (DEBUG) System.out.println(" Ignoring zero branch instruction at ["+offset+"]");
865 if (DEBUG) System.out.println(" Replacing unreachable instruction by infinite loop "+replacementInstruction.toString(offset));
894 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" pops)"));