Home | History | Annotate | Download | only in evaluation

Lines Matching refs:ExceptionInfo

1030     public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
1032 int startPC = exceptionInfo.u2startPC;
1033 int endPC = exceptionInfo.u2endPC;
1038 int handlerPC = exceptionInfo.u2handlerPC;
1039 int catchType = exceptionInfo.u2catchType;
1062 //stack.push(valueFactory.createReference((ClassConstant)((ProgramClass)clazz).getConstant(exceptionInfo.u2catchType), false));
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+"]");