Searched defs:Tuple (Results 1 - 1 of 1) 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" );

Completed in 354 milliseconds