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

/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.cpp443 size_t num_pref_cards = suff_index - pref_index; local
452 if (num_pref_cards > 0) {
453 if (num_pref_cards >= num_suff_cards) {
458 // Unilaterally fix the first (num_pref_cards - 1) following
461 suff_index + num_pref_cards - 1, true /* reducing */);
463 // suffix block -- these are the last num_pref_cards
471 size_t left_index = right_index - num_pref_cards + 1;
476 if (back_by > num_pref_cards) {
493 size_t left_index = right_index - num_pref_cards + 1;

Completed in 161 milliseconds