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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp110 lastype // Bogus ending type (not in lattice) enumerator in enum:Type::TYPES
144 static const TYPES dual_type[lastype];
175 assert(_base > Bad && _base < lastype, "sanity");
289 static const char * const msg[lastype]; // Printable strings
H A Dtype.cpp52 const BasicType Type::_basic_type[Type::lastype] = {
606 // Abio, Abstore, Floatxxx, Doublexxx, Bottom, lastype.
682 const Type::TYPES Type::dual_type[Type::lastype] = {
755 const char * const Type::msg[Type::lastype] = {
818 static char isa_oop_ptr_tbl[Type::lastype] = {
834 assert( Type::dual_type [Type::lastype - 1] == Type::Top, "did not update array");
835 assert( strcmp(Type::msg [Type::lastype - 1],"bottom") == 0, "did not update array");
836 // assert( PhiNode::tbl [Type::lastype - 1] == NULL, "did not update array");
837 assert( Matcher::base2reg[Type::lastype - 1] == 0, "did not update array");
838 assert( isa_oop_ptr_tbl [Type::lastype
[all...]

Completed in 40 milliseconds