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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp539 static const Type **fields( uint arg_cnt );
H A Dtype.cpp1708 const Type **TypeTuple::fields( uint arg_cnt ) {
1709 const Type **flds = (const Type **)(Compile::current()->type_arena()->Amalloc_4((TypeFunc::Parms+arg_cnt)*sizeof(Type*) ));

Completed in 49 milliseconds