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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp146 goto_(lab);
194 goto_(head);
217 goto_(lab, true /* bind */);
221 //-------------------------------goto_-------------------------------------
227 void IdealKit::goto_(Node* lab, bool bind) { function in class:IdealKit
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp206 Goto* goto_ = new Goto(sux, state_before, if_->is_safepoint() || t_goto->is_safepoint() || f_goto->is_safepoint()); local
213 goto_->set_state(goto_state);
215 cur_end = cur_end->set_next(goto_, goto_state->bci());
230 block->set_end(goto_);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java209 goto_ = 167, field in interface:ByteCodes

Completed in 40 milliseconds