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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp480 // Call type_or_null(n) to determine node's type since we might be in
483 const Type* t = type_or_null(n);
492 // (See comment above on type_or_null.)
493 const Type* t = type_or_null(n);
536 if (type_or_null(n) != NULL) {
700 if (type_or_null(k) != t) {
703 if (type_or_null(k) == NULL) {
912 const Type* oldtype = type_or_null(n);
919 const Type* newtype = type_or_null(n);
1018 if (type_or_null(
[all...]
H A DphaseX.hpp195 // you must use type_or_null, and test the result for NULL.
204 const Type* type_or_null(const Node* n) const { function in class:NodeHash::PhaseTransform
H A Dcfgnode.cpp889 // This means we have to use type_or_null to defend against untyped regions.
890 if( phase->type_or_null(r) == Type::TOP ) // Dead code?
1046 ft = phase->saturate(ft, phase->type_or_null(this), _type);
1598 // This means we have to use type_or_null to defend against untyped regions.
1599 if( phase->type_or_null(r) == Type::TOP ) // Dead code?

Completed in 70 milliseconds