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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp275 const Type **fboth =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); local
276 fboth[0] = Type::CONTROL;
277 fboth[1] = Type::CONTROL;
278 TypeTuple::IFBOTH = TypeTuple::make( 2, fboth );

Completed in 143 milliseconds