Searched defs:exception_opr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1956 LIR_Opr exception_opr = exception.result(); local
1991 __ null_check(exception_opr, new CodeEmitInfo(info, x->state()->copy(ValueStack::ExceptionState, x->state()->bci())));
2001 __ move(exception_opr, exceptionOopOpr());

Completed in 42 milliseconds