Searched defs:hr (Results 1 - 25 of 44) sorted by relevance

12

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1CodeBlobClosure.cpp39 HeapRegion* hr = _g1h->heap_region_containing(o); local
H A Dg1SurvivorRegions.cpp33 void G1SurvivorRegions::add(HeapRegion* hr) { argument
46 HeapRegion* hr = *it; local
H A Dg1EdenRegions.hpp40 void add(HeapRegion* hr) { argument
H A DheapRegionSet.inline.hpp30 inline void HeapRegionSetBase::add(HeapRegion* hr) { argument
41 inline void HeapRegionSetBase::remove(HeapRegion* hr) { argument
52 add_ordered(HeapRegion* hr) argument
133 HeapRegion* hr; local
[all...]
H A DheapRegionManager.inline.hpp38 HeapRegion* hr = _regions.get_by_address(addr); local
44 HeapRegion* hr = _regions.get_by_index(index); local
62 inline void HeapRegionManager::insert_into_free_list(HeapRegion* hr) { argument
[all...]
H A Dg1HRPrinter.hpp39 static void print(const char* action, HeapRegion* hr) { argument
52 void alloc(HeapRegion* hr, bool force = false) { argument
58 void retire(HeapRegion* hr) { argument
66 reuse(HeapRegion* hr) argument
72 cset(HeapRegion* hr) argument
78 evac_failure(HeapRegion* hr) argument
84 cleanup(HeapRegion* hr) argument
90 post_compaction(HeapRegion* hr) argument
96 commit(HeapRegion* hr) argument
102 uncommit(HeapRegion* hr) argument
[all...]
H A Dg1OopClosures.inline.hpp133 HeapRegion* hr = _g1h->heap_region_containing((HeapWord*) obj); local
H A Dg1HotCardCache.cpp110 void G1HotCardCache::reset_card_counts(HeapRegion* hr) { argument
H A Dg1AllocRegion.hpp148 HeapRegion * hr = _alloc_region; local
H A DheapRegionSet.cpp33 void HeapRegionSetBase::verify_region(HeapRegion* hr) { argument
129 HeapRegion* hr = iter.get_next(); local
[all...]
H A Dg1ConcurrentMark.inline.hpp243 HeapRegion* hr = _g1h->heap_region_containing(obj); local
267 inline void G1ConcurrentMark::grayRoot(oop obj, HeapRegion* hr) { argument
H A DcollectionSetChooser.hpp41 void regions_at_put(uint i, HeapRegion* hr) { argument
44 void regions_at_put_grow(uint i, HeapRegion* hr) { argument
87 HeapRegion* hr = regions_at(_front); local
109 should_add(HeapRegion* hr) argument
178 add_region(HeapRegion* hr) argument
194 should_add(HeapRegion* hr) argument
[all...]
H A Dg1MarkSweep.cpp283 bool doHeapRegion(HeapRegion* hr) { argument
343 void G1PrepareCompactClosure::free_humongous_region(HeapRegion* hr) { argument
355 prepare_for_compaction(HeapRegion* hr, HeapWord* end) argument
365 prepare_for_compaction_work(CompactPoint* cp, HeapRegion* hr, HeapWord* end) argument
380 doHeapRegion(HeapRegion* hr) argument
[all...]
H A Dg1InCSetState.hpp140 void clear(const HeapRegion* hr) { return set_by_index(hr->hrm_index(), InCSetState::NotInCSet); } argument
H A Dg1CollectedHeap.inline.hpp101 inline void G1CollectedHeap::old_set_add(HeapRegion* hr) { argument
105 inline void G1CollectedHeap::old_set_remove(HeapRegion* hr) { argument
157 bool G1CollectedHeap::is_in_cset(const HeapRegion* hr) { argument
H A Dg1CodeCacheRemSet.cpp265 PointsIntoHRDetectionClosure(HeapRegion* hr) : _hr(hr), _points_into(false) {} argument
287 CleanCallback(HeapRegion* hr) : _detector(hr), _blobs(&_detector, !CodeBlobToOopClosure::FixRelocations) {} argument
H A DsparsePRT.cpp364 SparsePRT::SparsePRT(HeapRegion* hr) : argument
H A DheapRegionManager.cpp100 HeapRegion* hr = at(i); local
136 HeapRegion* hr = at(i); local
199 HeapRegion* hr = _regions.get_by_index(cur); local
213 HeapRegion* hr = _regions.get_by_index(i); local
229 HeapRegion* hr = _regions.get_by_index(i); local
287 HeapRegion *hr = _regions.get_by_index(curr); local
[all...]
H A DheapRegionManager.hpp171 HeapRegion* hr = _free_list.remove_region(is_old); local
H A DheapRegionSet.hpp247 HeapRegion* hr = _curr; local
[all...]
H A DcollectionSetChooser.cpp147 void CollectionSetChooser::add_region(HeapRegion* hr) { argument
157 void CollectionSetChooser::push(HeapRegion* hr) { argument
184 set_region(uint index, HeapRegion* hr) argument
[all...]
H A Dg1EvacFailure.cpp75 RemoveSelfForwardPtrObjClosure(HeapRegion* hr, argument
204 size_t remove_self_forward_ptr_by_walking_hr(HeapRegion* hr, argument
218 bool doHeapRegion(HeapRegion *hr) { argument
[all...]
H A Dg1Allocator.hpp151 virtual bool is_retained_old_region(HeapRegion* hr) { argument
173 HeapRegion* hr = mutator_alloc_region(AllocationContext::current())->get(); local
H A Dg1SATBCardTableModRefBS.cpp222 HeapRegion* hr = g1h->heap_region_containing(obj); local
234 G1EnsureLastRefToRegion(G1CollectedHeap* g1h, HeapRegion* hr, oop* dst) : argument
241 HeapRegion* hr = _g1h->heap_region_containing(obj); local
257 HeapRegion* hr = g1h->heap_region_containing(obj); local
/openjdk9/jdk/test/java/util/Comparator/
H A DTypeTest.java76 Department(Manager mgr, String hr) { argument

Completed in 220 milliseconds

12