Home | History | Annotate | Download | only in evaluation

Lines Matching defs:out

179             System.out.println();
180 System.out.println("EvaluationShrinker ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]");
198 if (DEBUG) System.out.println("Invocation simplification:");
212 if (DEBUG) System.out.println("Usage initialization: ");
221 if (DEBUG) System.out.print("(super.<init>)");
238 if (DEBUG) System.out.print("(infinite loop)");
253 if (DEBUG) System.out.println();
261 if (DEBUG) System.out.println("Usage marking:");
296 System.out.println(" -> "+maxMarkedOffset);
300 if (DEBUG) System.out.println();
306 if (DEBUG) System.out.println("Initialization marking: ");
319 if (DEBUG) System.out.println();
323 if (DEBUG) System.out.println("Stack consistency fixing:");
353 if (DEBUG) System.out.println();
360 if (DEBUG) System.out.println("Infinite loop fixing:");
376 if (DEBUG) System.out.println();
382 if (DEBUG) System.out.println("Non-returning subroutine fixing:");
401 if (DEBUG) System.out.println();
429 System.out.println("Simplification results:");
436 System.out.println((isInstructionNecessary(offset) ? " + " : " - ")+instruction.toString(offset));
443 System.out.println(" is to be initialized at ["+initializationOffset+"]");
449 System.out.println(" has overall been branching to "+branchTargets);
455 System.out.println(" is deleted");
461 System.out.println(" is preceded by: "+preInsertion);
467 System.out.println(" is replaced by: "+replacement);
473 System.out.println(" is followed by: "+postInsertion);
561 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])");
562 System.out.println(" Full stack: "+stack);
782 if (DEBUG) System.out.println(" Inserting before marked consumer "+instruction.toString(offset));
790 if (DEBUG) System.out.println(" Inserting before marked consumer "+instruction.toString(offset));
852 if (DEBUG) System.out.println(" Inserting after marked producer "+instruction.toString(offset));
889 if (DEBUG) System.out.println(" Replacing unmarked consumer "+instruction.toString(offset));
919 if (DEBUG) System.out.println(" Replacing unmarked producer "+instruction.toString(offset));
983 if (DEBUG) System.out.println(" Deleting marked instruction "+simpleInstruction.toString(offset));
990 if (DEBUG) System.out.println(" Marking unchanged instruction "+simpleInstruction.toString(offset));
999 if (DEBUG) System.out.println(" Replacing instruction "+simpleInstruction.toString(offset)+" by "+replacementInstruction.toString());
1007 if (DEBUG) System.out.println(" Replacing instruction "+simpleInstruction.toString(offset)+" by");
1014 if (DEBUG) System.out.println(" "+replacementInstruction.toString());
1076 // Figure out which stack entries should be moved,
1097 // Figure out which stack entries should be moved,
1138 // Figure out which stack entries should be moved,
1286 // Figure out which stack entries should be moved,
1330 // Figure out which stack entries should be moved,
1419 // Figure out which stack entries should be moved
1509 if (DEBUG) System.out.print(" Marking initialization of v"+variableIndex+" at ");
1513 if (DEBUG) System.out.println();
1689 if (DEBUG) System.out.print("["+branchOrigin+"->"+branchTarget+"]");
1713 if (DEBUG) System.out.println(": "+replacementInstruction.toString(offset));
1892 if (DEBUG) System.out.println(" Replacing by static invocation "+constantInstruction.toString(offset)+" -> "+replacementInstruction.toString());
1904 if (DEBUG) System.out.println(" Inserting infinite loop at ["+offset+"]");
2116 if (DEBUG) System.out.print("["+instructionOffset+".s"+stackIndex+"],");
2246 if (DEBUG) System.out.print(instructionOffset+",");