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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp425 HeapRegion* from_hr = _g1h->heap_region_containing_raw(from); local
426 RegionIdx_t from_hrs_ind = (RegionIdx_t) from_hr->hrs_index();
439 PerRegionTable* prt = find_region_table(ind, from_hr);
443 prt = find_region_table(ind, from_hr);
447 uintptr_t(from_hr->bottom())
481 prt->init(from_hr, false /* clear_links_to_all_list */);
483 prt = PerRegionTable::alloc(from_hr);
507 assert(prt != NULL && prt->hr() == from_hr, "consequence");
509 // Note that we can't assert "prt->hr() == from_hr", because of the
756 void OtherRegionsTable::clear_incoming_entry(HeapRegion* from_hr) { argument
[all...]
H A DheapRegionRemSet.hpp165 // "from_hr" is being cleared; remove any entries from it.
166 void clear_incoming_entry(HeapRegion* from_hr);
H A Dg1CollectedHeap.cpp4626 HeapRegion* from_hr = _g1->heap_region_containing(from_obj); local
4627 assert(from_hr != NULL, "sanity");
4628 assert(from_hr->in_collection_set(), "from obj should be in the CSet");

Completed in 43 milliseconds