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

/openjdk7/hotspot/src/share/vm/opto/
H A Dregmask.hpp228 OptoReg::Name find_first_set(const int size) const;
H A Dregmask.cpp254 //------------------------------find_first_set---------------------------------
258 OptoReg::Name RegMask::find_first_set(const int size) const { function in class:RegMask
H A Dchaitin.cpp1195 OptoReg::Name reg = tempmask.find_first_set(lrg.num_regs());
1204 return OptoReg::add(lrg.mask().find_first_set(lrg.num_regs()),chunk);

Completed in 61 milliseconds