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

/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp480 int nof_callee = 0; local
497 assert(nof_callee < 2*max_saved_on_entry_reg_count, "overflow");
498 regs[nof_callee] = omv.content_reg();
499 locs[nof_callee] = fr->oopmapreg_to_location(omv.reg(),reg_map);
500 nof_callee++;
506 (nof_callee >= SAVED_ON_ENTRY_REG_COUNT || nof_callee >= C_SAVED_ON_ENTRY_REG_COUNT),
511 for(int i = 0; i < nof_callee; i++) {

Completed in 30 milliseconds