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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp764 int retcnt = (act == ac_checkcast || act == ac_generic ? 1 : 0); local
766 if (retcnt == 0)
770 const TypeTuple* range = TypeTuple::make(TypeFunc::Parms+retcnt, fields);

Completed in 38 milliseconds