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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1184 assert(i->as_Goto() == NULL ||
1185 (i->as_Goto()->sux_at(0) == tsux && i->as_Goto()->is_safepoint() == tsux->bci() < stream()->cur_bci()) ||
1186 (i->as_Goto()->sux_at(0) == fsux && i->as_Goto()->is_safepoint() == fsux->bci() < stream()->cur_bci()),
1208 Goto *goto_node = i->as_Goto();
1314 if (res->as_Goto()) {
1316 if (sux->at(i) == res->as_Goto()->sux_at(0)) {
1317 assert(res->as_Goto()->is_safepoint() == sw.dest_offset_at(i) < 0, "safepoint state of Goto returned by canonicalizer incorrect");
1359 if (res->as_Goto()) {
[all...]
H A Dc1_Optimizer.cpp127 Goto* t_goto = t_cur->as_Goto();
129 Goto* f_goto = f_cur->as_Goto();
334 if (end->as_Goto() != NULL) {
H A Dc1_Instruction.hpp500 virtual Goto* as_Goto() { return NULL; } function in class:Instruction

Completed in 301 milliseconds