Searched defs:check_for_refs_into_cset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.cpp529 bool check_for_refs_into_cset) {
589 assert(!check_for_refs_into_cset, "sanity");
624 if (check_for_refs_into_cset) {
628 // reach here they should have check_for_refs_into_cset == false.
635 check_for_refs_into_cset,
645 (check_for_refs_into_cset ?
528 refine_card(jbyte* card_ptr, int worker_i, bool check_for_refs_into_cset) argument

Completed in 47 milliseconds