Searched refs:OffsetTop (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp2148 if( _offset == OffsetTop ) return offset;
2149 if( offset == OffsetTop ) return _offset;
2157 if( _offset == OffsetTop ) return OffsetBot;// Map 'TOP' into 'BOTTOM'
2158 if( _offset == OffsetBot ) return OffsetTop;// Map 'BOTTOM' into 'TOP'
2174 if( _offset == OffsetTop || offset == OffsetTop ) return OffsetTop;
2177 // Addition overflows or "accidentally" equals to OffsetTop? Return 'BOTTOM'!
2179 if (offset != (int)offset || offset == OffsetTop) return OffsetBot;
2214 if( _offset == OffsetTop ) s
[all...]
H A Dcfgnode.hpp143 const int ioffs = Type::OffsetTop )
H A Dtype.hpp115 OffsetTop = -2000000000, // undefined offset enumerator in enum:Type::OFFSET_SIGNALS
1050 ptrtype->offset() == OffsetTop, "no real offsets");
H A Daddnode.cpp653 return tp->add_offset(Type::OffsetTop);
H A Dmemnode.cpp1071 t_oop->offset() != Type::OffsetTop) {
1547 assert(off != Type::OffsetTop, "case covered by TypePtr::empty");
2883 t_oop->offset() != Type::OffsetTop) {
H A Dmacro.cpp599 if (offset == Type::OffsetTop || offset == Type::OffsetBot) {
H A Dcompile.cpp1473 assert( offset != Type::OffsetTop, "Offset has fallen from constant" );
2343 // Note that OffsetBot and OffsetTop are very negative.

Completed in 86 milliseconds