Searched refs:StateAfter (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp36 StateAfter, // After execution of instruction enumerator in enum:ValueStack::Kind
H A Dc1_GraphBuilder.cpp2144 s->set_state(state()->copy(ValueStack::StateAfter, canon.bci()));
2842 ValueStack* s = state->copy(ValueStack::StateAfter, entry->bci()); // can use copy since stack is empty (=> no phis)
2877 start->set_state(state->copy(ValueStack::StateAfter, std_entry->bci()));
2878 base->set_state(state->copy(ValueStack::StateAfter, std_entry->bci()));
H A Dc1_Optimizer.cpp210 goto_state = goto_state->copy(ValueStack::StateAfter, goto_state->bci());

Completed in 67 milliseconds