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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp295 const Type **floop =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); local
296 floop[0] = Type::CONTROL;
297 floop[1] = TypeInt::INT;
298 TypeTuple::LOOPBODY = TypeTuple::make( 2, floop );

Completed in 269 milliseconds