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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp96 KlassPtr, // Klass pointers enumerator in enum:Type::TYPES
246 const TypeKlassPtr *isa_klassptr() const; // Returns NULL if not KlassPtr
247 const TypeKlassPtr *is_klassptr() const; // assert if not KlassPtr
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;
1225 // OopPtr is the first and KlassPtr the last, with no non-oops between.
1226 assert(_base >= OopPtr && _base <= KlassPtr, "Not a Java pointer" ) ;
1231 // OopPtr is the first and KlassPtr th
[all...]
H A Dtype.cpp73 T_OBJECT, // KlassPtr
623 case KlassPtr:
703 Bad, // KlassPtr - handled in v-call
820 0/*anyptr*/,0/*rawptr*/,1/*OopPtr*/,1/*InstPtr*/,1/*AryPtr*/,1/*KlassPtr*/,
865 case KlassPtr:
981 case KlassPtr:
1134 case KlassPtr:
1390 case KlassPtr:
2135 case KlassPtr:
2291 case KlassPtr
[all...]
H A DidealGraphPrinter.cpp555 } else if (t->base() == Type::KlassPtr) {
H A Dcallnode.cpp349 case Type::KlassPtr:
H A Doutput.cpp730 case Type::KlassPtr: // fall through
H A Dcompile.cpp1460 case Type::KlassPtr: tj = TypeKlassPtr::OBJECT; break;
1488 // tj->base() == Type::KlassPtr, "No constant oop addresses" );
H A Dmemnode.cpp1661 } else if (tp->base() == Type::KlassPtr) {

Completed in 94 milliseconds