Searched refs:null_check_common (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp352 Node* null_check_common(Node* value, BasicType type,
355 return null_check_common(value, type);
364 return null_check_common(value, T_INT);
369 return null_check_common(value, T_LONG);
374 return null_check_common(value, type, true);
H A DgraphKit.cpp1165 Node* GraphKit::null_check_common(Node* value, BasicType type, function in class:GraphKit
2103 Node* cast = null_check_common(value, T_OBJECT, false, null_control);

Completed in 1725 milliseconds