Searched refs:exception_state (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp89 if (exception_state() != NULL){
90 exception_state()->values_do(f);
H A Dc1_GraphBuilder.cpp2150 assert(i1->exception_state() != NULL || !i1->needs_exception_state() || bailed_out(), "handle_exception must set exception state");
2188 if (!has_handler() && (!instruction->needs_exception_state() || instruction->exception_state() != NULL)) {
2189 assert(instruction->exception_state() == NULL
2190 || instruction->exception_state()->kind() == ValueStack::EmptyExceptionState
2191 || (instruction->exception_state()->kind() == ValueStack::ExceptionState && _compilation->env()->jvmti_can_access_local_variables()),
2192 "exception_state should be of exception kind");
2235 if (instruction->exception_state() == NULL) {
2290 if (instruction->exception_state() == NULL) {
H A Dc1_Instruction.hpp419 ValueStack* exception_state() const { return _exception_state; } function in class:Instruction
H A Dc1_LIRGenerator.cpp460 return state_for(x, x->exception_state());

Completed in 3293 milliseconds