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

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp46 julong IndexSet::_total_used_blocks = 0; member in class:IndexSet
398 inc_stat_counter(&_total_used_blocks, 1);
409 julong total_blocks = _total_used_blocks + _total_unused_blocks;
415 tty->print_cr (" bit density (bits/used blocks): %4.2f", (double)_total_bits/_total_used_blocks);
H A DindexSet.hpp360 static julong _total_used_blocks; member in class:IndexSet

Completed in 32 milliseconds