Searched refs:Tuple (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp84 Tuple, // Method signature or object layout enumerator in enum:Type::TYPES
508 // Class of Tuple Types, essentially type collections for function signatures
512 TypeTuple( uint cnt, const Type **fields ) : Type(Tuple), _cnt(cnt), _fields(fields) { }
1195 assert( _base == Tuple, "Not a Tuple" );
H A Dmachnode.cpp528 if( t->base() == Type::Tuple ) {
H A Dtype.cpp61 T_ILLEGAL, // Tuple
691 Bad, // Tuple - handled in v-call
728 if (tx == Tuple) {
1725 // Current "this->_base" is Tuple
1734 case Tuple: { // Meeting 2 signatures?

Completed in 51 milliseconds