Home | History | Annotate | Download | only in evaluation

Lines Matching defs:out

200                 System.out.println("Evaluation results:");
207 System.out.println("Branch target from ["+branchOriginValues[offset]+"]:");
210 System.out.println(" Vars: "+variablesBefore[offset]);
211 System.out.println(" Stack: "+stacksBefore[offset]);
217 System.out.println(instruction.toString(offset));
224 System.out.println(" is to be initialized at ["+initializationOffset+"]");
230 System.out.println(" has overall been branching to "+branchTargets);
233 System.out.println(" Vars: "+variablesAfter[offset]);
234 System.out.println(" Stack: "+stacksAfter[offset]);
252 System.out.println();
253 System.out.println("Partial evaluation: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
254 System.out.println(" Max locals = "+codeAttribute.u2maxLocals);
255 System.out.println(" Max stack = "+codeAttribute.u2maxStack);
280 System.out.println("Evaluation results:");
287 System.out.println("Branch target from ["+branchOriginValues[offset]+"]:");
290 System.out.println(" Vars: "+variablesBefore[offset]);
291 System.out.println(" Stack: "+stacksBefore[offset]);
297 System.out.println(instruction.toString(offset));
304 System.out.println(" is to be initialized at ["+initializationOffset+"]");
310 System.out.println(" has overall been branching to "+branchTargets);
313 System.out.println(" Vars: "+variablesAfter[offset]);
314 System.out.println(" Stack: "+stacksAfter[offset]);
603 if (DEBUG) System.out.println("Popping alternative branch out of "+instructionBlockStack.size()+" blocks");
635 System.out.println("Instruction block starting at ["+startOffset+"] in "+
640 System.out.println("Init vars: "+variables);
641 System.out.println("Init stack: "+stack);
692 //System.out.println("GVars: "+variablesBefore[instructionOffset]);
693 //System.out.println("GStack: "+stacksBefore[instructionOffset]);
695 // Bail out if the current context is the same as last time.
700 if (DEBUG) System.out.println("Repeated variables, stack, and branch targets");
709 if (DEBUG) System.out.println("Generalizing current context after "+evaluationCount+" evaluations");
752 System.out.println(instruction.toString(instructionOffset));
788 System.out.println(" is branching to "+branchTargets);
792 System.out.println(" has up till now been branching to "+branchTargetValues[instructionOffset]);
795 System.out.println(" Vars: "+variables);
796 System.out.println(" Stack: "+stack);
855 if (DEBUG) System.out.println("Pushing alternative branch #"+index+" out of "+branchTargetCount+", from ["+instructionOffset+"] to ["+branchTargets.instructionOffset(index)+"]");
865 if (DEBUG) System.out.println("Definite branch from ["+instructionOffset+"] to ["+branchTargets.instructionOffset(0)+"]");
897 if (DEBUG) System.out.println("Ending processing of instruction block starting at ["+startOffset+"]");
915 if (DEBUG) System.out.println("Evaluating subroutine from "+subroutineStart+" to "+subroutineEnd);
938 if (DEBUG) System.out.println("Ending subroutine from "+subroutineStart+" to "+subroutineEnd);
950 if (DEBUG) System.out.println("Generalizing with temporary partial evaluation");
1003 if (DEBUG) System.out.println("Evaluating exceptions covering ["+startOffset+" -> "+endOffset+"]:");
1041 if (DEBUG) System.out.println("Evaluating exception ["+startPC +" -> "+endPC +": "+handlerPC+"]:");
1093 // if (DEBUG) System.out.println("No information for partial evaluation of exception ["+startPC +" -> "+endPC +": "+exceptionInfo.u2handlerPC+"] yet");
1102 if (DEBUG) System.out.println("No information for partial evaluation of exception ["+startPC +" -> "+endPC +": "+exceptionInfo.u2handlerPC+"]");
1183 System.out.println(" Params: "+parameters);