Searched refs:VectorS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp86 VectorS, // 32bit Vector types enumerator in enum:Type::TYPES
635 TypeVectS(const Type* elem, uint length) : TypeVect(VectorS, elem, length) {}
1205 assert( _base >= VectorS && _base <= VectorY, "Not a Vector" );
1210 return (_base >= VectorS && _base <= VectorY) ? (TypeVect*)this : NULL;
H A Dtype.cpp63 T_ILLEGAL, // VectorS
693 Bad, // VectorS - handled in v-call
1999 case VectorS:
2052 case VectorS:

Completed in 1383 milliseconds