Searched refs:goto_ (Results 1 - 8 of 8) 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
H A DidealKit.hpp53 // goto_(label)
71 // goto_(exit); dead(i);
172 void goto_(Node* lab, bool bind = false);
H A Dlibrary_call.cpp1282 __ goto_(outer_loop);
1286 __ goto_(outer_loop);
1291 __ goto_(return_);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java209 goto_ = 167, field in interface:ByteCodes
H A DCode.java489 case goto_:
1018 case goto_:
1403 if (opcode == goto_ || opcode == jsr) {
1404 emitop4(opcode + goto_w - goto_, 0);
1423 if (opcode == goto_) {
1432 if (opcode == goto_) alive = false;
1447 } else if (get1(target) == goto_) {
1451 if (get1(chain.pc) == goto_ &&
1460 // from the instruction before goto_.
2158 mnem[goto_]
[all...]
H A DItems.java602 return makeCondItem(ival != 0 ? goto_ : dontgoto);
729 trueChain = code.branch(goto_);
785 return falseJumps == null && opcode == goto_;
H A DGen.java808 Chain trueJumps = code.branch(goto_);
935 CondItem c = items.makeCondItem(goto_);
1076 c = items.makeCondItem(goto_);
1083 code.resolve(code.branch(goto_), startpc);
1094 c = items.makeCondItem(goto_);
1370 Chain exitChain = code.branch(goto_);
1380 code.branch(goto_));
1616 thenExit = code.branch(goto_);
1644 targetEnv.info.addExit(code.branch(goto_));
1651 targetEnv.info.addCont(code.branch(goto_));
[all...]
/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_);

Completed in 1606 milliseconds