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

/openjdk7/hotspot/src/share/vm/opto/
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

Completed in 44 milliseconds