Searched refs:goto_ (Results 1 - 7 of 7) sorted by relevance

/openjdk9/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
H A DidealKit.hpp54 // goto_(label)
72 // goto_(exit); dead(i);
173 void goto_(Node* lab, bool bind = false);
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java209 goto_ = 167, field in interface:ByteCodes
H A DItems.java636 return makeCondItem(ival != 0 ? goto_ : dontgoto);
763 trueChain = code.branch(goto_);
819 return falseJumps == null && opcode == goto_;
H A DGen.java717 Chain trueJumps = code.branch(goto_);
922 CondItem c = items.makeCondItem(goto_);
1073 c = items.makeCondItem(goto_);
1081 code.resolve(code.branch(goto_), startpc);
1094 c = items.makeCondItem(goto_);
1366 Chain exitChain = code.branch(goto_);
1376 code.branch(goto_));
1550 thenExit = code.branch(goto_);
1582 targetEnv.info.addExit(code.branch(goto_));
1589 targetEnv.info.addCont(code.branch(goto_));
[all...]
H A DCode.java504 case goto_:
1049 case goto_:
1435 if (opcode == goto_ || opcode == jsr) {
1436 emitop4(opcode + goto_w - goto_, 0);
1455 if (opcode == goto_) {
1464 if (opcode == goto_) alive = false;
1479 } else if (get1(target) == goto_) {
1483 if (get1(chain.pc) == goto_ &&
1495 // from the instruction before goto_.
2393 mnem[goto_]
[all...]
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp205 Goto* goto_ = new Goto(sux, state_before, if_->is_safepoint() || t_goto->is_safepoint() || f_goto->is_safepoint()); local
212 goto_->set_state(goto_state);
214 cur_end = cur_end->set_next(goto_, goto_state->bci());
229 block->set_end(goto_);

Completed in 111 milliseconds