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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp310 const Type **fsc = (const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); local
311 fsc[0] = TypeInt::CC;
312 fsc[1] = Type::MEMORY;
313 TypeTuple::STORECONDITIONAL = TypeTuple::make(2, fsc);

Completed in 49 milliseconds