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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp280 const Type **ffalse =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); local
281 ffalse[0] = Type::CONTROL;
282 ffalse[1] = Type::TOP;
283 TypeTuple::IFFALSE = TypeTuple::make( 2, ffalse );

Completed in 111 milliseconds