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

/openjdk7/hotspot/src/share/vm/opto/
H A Dregmask.hpp70 int find_hihghest_bit( uint32 mask );
191 return OptoReg::Name(base + find_hihghest_bit(bits));
H A Dregmask.cpp80 int find_hihghest_bit( uint32 mask ) { function

Completed in 32 milliseconds