Searched refs:RawPtr (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp92 RawPtr, // Raw (non-oop) pointers enumerator in enum:Type::TYPES
721 TypeRawPtr( PTR ptr, address bits ) : TypePtr(RawPtr,ptr,0), _bits(bits){}
1236 return (_base == RawPtr) ? (TypeRawPtr*)this : NULL;
1240 assert( _base == RawPtr, "Not a raw pointer" );
H A Dtype.cpp69 T_ADDRESS, // RawPtr
699 Bad, // RawPtr - handled in v-call
862 case RawPtr: // reuses local variables
978 case RawPtr: // reuses local variables
1131 case RawPtr: // reuses local variables
1387 case RawPtr: // reuses local variables
2132 case RawPtr: // For these, flip the call around to cut down
2270 // Current "this->_base" is RawPtr
2278 case RawPtr: { // might be top, bot, any/not or constant
2298 // Found an AnyPtr type vs self-RawPtr typ
[all...]
H A DidealGraphPrinter.cpp568 } else if (t->base() == Type::RawPtr) {
H A Doutput.cpp679 } else if ( t->base() == Type::RawPtr ) {
743 case Type::RawPtr:
H A Dcallnode.cpp356 case Type::RawPtr:
H A Dconnode.cpp546 // // JOIN does not preserve NotNull in other cases, e.g. RawPtr vs InstPtr
1128 if (t->base() == Type::RawPtr && t->singleton()) {
H A Dgcm.cpp1160 if (def != NULL && def->bottom_type()->base() == Type::RawPtr) {
H A Dlibrary_call.cpp207 // This returns Type::AnyPtr, RawPtr, or OopPtr.
2063 return Type::RawPtr;
2064 } else if (base_type->base() == Type::RawPtr) {
2065 return Type::RawPtr;
2089 if (kind == Type::RawPtr) {
H A Dcompile.cpp1443 if (tj->base() == Type::RawPtr)
1457 case Type::RawPtr: tj = TypeRawPtr::BOTTOM; break;
1487 // tj->base() == Type::RawPtr ||

Completed in 107 milliseconds