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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1489 bool is_clear() { function in class:VALUE_OBJ_CLASS_SPEC
1541 if (value == NULL || value->is_clear())
H A Dnode.cpp1627 if (nn != NULL && !nn->is_clear()) {
H A Dcompile.cpp1248 if (source_notes == NULL || source_notes->is_clear()) return false;
1250 if (dest_notes == NULL || dest_notes->is_clear()) {

Completed in 40 milliseconds