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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp1239 VMReg reg3 = parm_regs[j].first(); local
1243 } else if( !reg3->is_valid() ) {
1247 assert( reg1 != reg3, "calling conv. must produce distinct regs");
1249 assert( reg2 != reg3, "calling conv. must produce distinct regs");
1251 assert( reg3 != reg4, "calling conv. must produce distinct regs");

Completed in 37 milliseconds