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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp91 AnyPtr, // Any old raw, klass, inst, or array pointer enumerator in enum:Type::TYPES
655 // If the _base enum is AnyPtr, then this refers to all of the above.
1214 // AnyPtr is the first Ptr and KlassPtr the last, with no non-ptrs between.
1215 assert(_base >= AnyPtr && _base <= KlassPtr, "Not a pointer");
1220 // AnyPtr is the first Ptr and KlassPtr the last, with no non-ptrs between.
1221 return (_base >= AnyPtr && _base <= KlassPtr) ? (TypePtr*)this : NULL;

Completed in 34 milliseconds