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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp209 ValueStack* goto_state = if_state; local
210 goto_state = goto_state->copy(ValueStack::StateAfter, goto_state->bci());
211 goto_state->push(result->type(), result);
212 assert(goto_state->is_same(sux_state), "states must match now");
213 goto_->set_state(goto_state);
215 cur_end = cur_end->set_next(goto_, goto_state->bci());

Completed in 65 milliseconds