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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp68 T_ADDRESS, // AnyPtr // shows up in factory methods for NULL_PTR
300 TypePtr::NULL_PTR= TypePtr::make( AnyPtr, TypePtr::Null, 0 );
301 TypePtr::NOTNULL = TypePtr::make( AnyPtr, TypePtr::NotNull, OffsetBot );
302 TypePtr::BOTTOM = TypePtr::make( AnyPtr, TypePtr::BotPTR, OffsetBot );
698 Bad, // AnyPtr - handled in v-call
861 case AnyPtr: // Mixing with oops happens when javac
977 case AnyPtr: // Mixing with oops happens when javac
1130 case AnyPtr: // Mixing with oops happens when javac
1386 case AnyPtr: // Mixing with oops happens when javac
2095 assert(_base == AnyPtr, "subclas
[all...]
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;
H A DidealGraphPrinter.cpp566 } else if (t->base() == Type::AnyPtr) {
H A Dmachnode.cpp371 assert(tp->base() != Type::AnyPtr, "not a bare pointer");
H A Dcompile.cpp1446 if (tj->base() == Type::AnyPtr)
1461 case Type::AnyPtr: tj = TypePtr::BOTTOM; break; // caller checks it
1702 if (adr_type->base() == Type::AnyPtr) return false; // TypePtr::BOTTOM or its twins
1720 if (adr_type->base() == Type::AnyPtr) return true; // TypePtr::BOTTOM or its twins
H A Dcallnode.cpp344 case Type::AnyPtr:
H A Dlibrary_call.cpp207 // This returns Type::AnyPtr, RawPtr, or OopPtr.
2058 return Type::AnyPtr;
2080 return Type::AnyPtr;
2083 return Type::AnyPtr;
H A Doutput.cpp725 case Type::AnyPtr:
H A Descape.cpp2415 if (toop->base() != Type::AnyPtr &&
H A Dmemnode.cpp214 if( tp->base() != Type::AnyPtr &&

Completed in 123 milliseconds