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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp29 int RegisterForm::_reg_ctr = 0; member in class:RegisterForm
69 _reg_ctr = (_reg_ctr+7) & ~7;
152 int words_for_regs = (_reg_ctr + 31)>>5;
288 if( wordnum*32+i >= RegisterForm::_reg_ctr )
316 regDef->set_register_num( RegisterForm::_reg_ctr++ );
H A Dformsopt.hpp92 static int _reg_ctr; // Register counter member in class:RegisterForm

Completed in 41 milliseconds