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

/openjdk7/hotspot/src/share/vm/opto/
H A DgenerateOptoStub.cpp254 Node* if_null = _gvn.transform( new (C) IfFalseNode(iff) ); local
274 ret = new (C) ReturnNode(TypeFunc::Parms, if_null,
284 ret = new (C) TailCallNode(if_null,
294 ret = new (C) TailJumpNode(if_null,
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp243 void if_null(ValueType* type, If::Condition cond);
H A Dc1_GraphBuilder.cpp1238 void GraphBuilder::if_null(ValueType* type, If::Condition cond) { function in class:GraphBuilder
2688 case Bytecodes::_ifnull : if_null(objectType, If::eql); break;
2689 case Bytecodes::_ifnonnull : if_null(objectType, If::neq); break;

Completed in 44 milliseconds