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

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp83 static uint get_block_index(uint element) { function in class:IndexSet
236 return _blocks[get_block_index(element)];
H A DindexSet.cpp179 uint bi = get_block_index(element);

Completed in 30 milliseconds