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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp242 void if_zero(ValueType* type, If::Condition cond);
H A Dc1_GraphBuilder.cpp1230 void GraphBuilder::if_zero(ValueType* type, If::Condition cond) { function in class:GraphBuilder
2643 case Bytecodes::_ifeq : if_zero(intType , If::eql); break;
2644 case Bytecodes::_ifne : if_zero(intType , If::neq); break;
2645 case Bytecodes::_iflt : if_zero(intType , If::lss); break;
2646 case Bytecodes::_ifge : if_zero(intType , If::geq); break;
2647 case Bytecodes::_ifgt : if_zero(intType , If::gtr); break;
2648 case Bytecodes::_ifle : if_zero(intType , If::leq); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1365 Node* if_zero = generate_slow_guard(bol, NULL); local
1366 if (if_zero != NULL) {
1368 result_rgn->init_req(3, if_zero);

Completed in 65 milliseconds