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

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp310 void IndexSet::initialize(uint max_elements) { argument
313 check_watch("initialized", max_elements);
314 _max_elements = max_elements;
317 _max_blocks = (max_elements + bits_per_block - 1) / bits_per_block;
334 void IndexSet::initialize(uint max_elements, Arena *arena) { argument
337 check_watch("initialized2", max_elements);
338 _max_elements = max_elements;
341 _max_blocks = (max_elements + bits_per_block - 1) / bits_per_block;

Completed in 29 milliseconds