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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp494 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrs_ind); local
495 assert(sprt_entry != NULL, "There should have been an entry");
497 CardIdx_t c = sprt_entry->card(i);

Completed in 40 milliseconds