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

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp1986 const int argcnt = domain->cnt() - TypeFunc::Parms; local
1989 for( int k = 0; k < argcnt; k++ ) {
2017 for( j = 0; j < argcnt; j++) {
2026 if( j >= argcnt )
H A Dmatcher.cpp219 uint argcnt = domain->cnt() - TypeFunc::Parms; local
220 BasicType *sig_bt = NEW_RESOURCE_ARRAY( BasicType, argcnt );
221 VMRegPair *vm_parm_regs = NEW_RESOURCE_ARRAY( VMRegPair, argcnt );
222 _parm_regs = NEW_RESOURCE_ARRAY( OptoRegPair, argcnt );
223 _calling_convention_mask = NEW_RESOURCE_ARRAY( RegMask, argcnt );
225 for( i = 0; i<argcnt; i++ ) {
232 start->calling_convention( sig_bt, vm_parm_regs, argcnt );
236 { for (uint i = 0; i<argcnt; i++) {
270 for( i = 0; i < argcnt; i++ ) {
1217 int argcnt local
[all...]
H A Druntime.cpp740 int argcnt = num_args; local
741 LP64_ONLY(argcnt += num_size_args); // halfwords for lengths
742 const Type** fields = TypeTuple::fields(argcnt);
760 assert(argp == TypeFunc::Parms+argcnt, "correct decoding of act");
761 const TypeTuple* domain = TypeTuple::make(TypeFunc::Parms+argcnt, fields);
818 int argcnt = num_args; local
819 const Type** fields = TypeTuple::fields(argcnt);
824 assert(argp == TypeFunc::Parms+argcnt, "correct decoding");
825 const TypeTuple* domain = TypeTuple::make(TypeFunc::Parms+argcnt, fields);
838 int argcnt local
[all...]

Completed in 42 milliseconds