Searched defs:notnull (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp1352 Node* notnull = __ IfTrue(iff); local
1353 kit.set_control(notnull); // set control for the cast_not_null
1375 Node* notnull = __ IfTrue(iff); local
1377 kit.set_control(notnull); // set control for the cast_not_null
1378 r->init_req(1, notnull);

Completed in 277 milliseconds