Searched refs:cast_not_null (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp1353 kit.set_control(notnull); // set control for the cast_not_null
1354 arg = kit.cast_not_null(arg, false);
1377 kit.set_control(notnull); // set control for the cast_not_null
1379 phi->init_req(1, kit.cast_not_null(arg, false));
H A DdoCall.cpp465 // save across call, for a subsequent cast_not_null.
512 Node* cast = cast_not_null(receiver);
H A DgraphKit.cpp1173 value = cast_not_null(value); // Make it appear to be non-null (4962416).
1254 // Found prior test. Use "cast_not_null" to construct an identical
1263 Node *res = cast_not_null(value);
1342 Node* cast = cast_not_null(value, false);
1352 //------------------------------cast_not_null----------------------------------
1354 Node* GraphKit::cast_not_null(Node* obj, bool do_replace_in_map) { function in class:GraphKit
2073 // / cast_not_null
H A DgraphKit.hpp393 Node* cast_not_null(Node* obj, bool do_replace_in_map = true);
H A DcallGenerator.cpp233 kit.cast_not_null(receiver);
H A Dparse2.cpp1344 cast = cast_not_null(val, false);
H A Dlibrary_call.cpp1118 argument = cast_not_null(argument, false);

Completed in 87 milliseconds