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

/openjdk9/hotspot/src/share/vm/opto/
H A Dregmask.hpp210 OptoReg::Name find_first_set(const int size) const;
H A Dregmask.cpp243 //------------------------------find_first_set---------------------------------
247 OptoReg::Name RegMask::find_first_set(const int size) const { function in class:RegMask
H A Dchaitin.cpp1393 OptoReg::Name reg = tempmask.find_first_set(lrg.num_regs());
1402 return OptoReg::add(lrg.mask().find_first_set(lrg.num_regs()),chunk);

Completed in 41 milliseconds