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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp265 address next_card_addr = (address)indexCardSize; local
273 while (iter.addr() >= next_card_addr) {
277 next_card_addr += indexCardSize;

Completed in 31 milliseconds