Searched refs:ExceptionState (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp37 ExceptionState, // Exception handling of instruction enumerator in enum:ValueStack::Kind
78 (Compilation::current()->env()->jvmti_can_access_local_variables() && kind() == ExceptionState),
H A Dc1_ValueStack.cpp62 if (kind != ExceptionState && kind != EmptyExceptionState) {
H A Dc1_Instruction.cpp65 if (state != NULL && (state->kind() == ValueStack::EmptyExceptionState || state->kind() == ValueStack::ExceptionState)) {
H A Dc1_GraphBuilder.cpp2191 || (instruction->exception_state()->kind() == ValueStack::ExceptionState && _compilation->env()->jvmti_can_access_local_variables()),
2233 cur_state = cur_state->copy(ValueStack::ExceptionState, cur_state->bci());
2283 cur_state = cur_state->copy(ValueStack::ExceptionState, cur_state->bci());
3167 s = state()->copy(ValueStack::ExceptionState, bci);
H A Dc1_LIRGenerator.cpp1991 __ null_check(exception_opr, new CodeEmitInfo(info, x->state()->copy(ValueStack::ExceptionState, x->state()->bci())));

Completed in 79 milliseconds