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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp290 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); local
291 ftrue[0] = Type::TOP;
292 ftrue[1] = Type::CONTROL;
293 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue );

Completed in 943 milliseconds