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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.inline.hpp50 G1CollectedHeap::heap_region_containing_raw(const T addr) const { function in class:G1CollectedHeap
121 // have to keep calling heap_region_containing_raw() in the
123 DEBUG_ONLY(HeapRegion* containing_hr = heap_region_containing_raw(start);)

Completed in 900 milliseconds