Searched defs:intpair (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp379 const Type **intpair = TypeTuple::fields(2); local
380 intpair[0] = TypeInt::INT;
381 intpair[1] = TypeInt::INT;
382 TypeTuple::INT_PAIR = TypeTuple::make(2, intpair);

Completed in 1344 milliseconds