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

12

/openjdk10/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 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 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 Dg1HotCardCache.cpp110 void G1HotCardCache::reset_card_counts(HeapRegion* hr) { argument
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 Dg1AllocRegion.hpp148 HeapRegion * hr = _alloc_region; local
H A Dg1ConcurrentMark.inline.hpp37 HeapRegion* const hr = _g1h->heap_region_containing(obj); local
41 inline bool G1ConcurrentMark::mark_in_next_bitmap(HeapRegion* const hr, oop const obj) { argument
[all...]
H A Dg1MarkSweep.cpp291 bool doHeapRegion(HeapRegion* hr) { argument
331 void G1PrepareCompactClosure::free_humongous_region(HeapRegion* hr) { argument
343 prepare_for_compaction(HeapRegion* hr, HeapWord* end) argument
353 prepare_for_compaction_work(CompactPoint* cp, HeapRegion* hr, HeapWord* end) argument
368 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 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 DheapRegionSet.cpp33 void HeapRegionSetBase::verify_region(HeapRegion* hr) { argument
129 HeapRegion* hr = iter.get_next(); local
[all...]
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 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 Dg1CollectedHeap.inline.hpp101 inline void G1CollectedHeap::old_set_add(HeapRegion* hr) { argument
105 inline void G1CollectedHeap::old_set_remove(HeapRegion* hr) { argument
149 bool G1CollectedHeap::is_in_cset(const HeapRegion* hr) { argument
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
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.cpp81 RemoveSelfForwardPtrObjClosure(HeapRegion* hr, argument
210 size_t remove_self_forward_ptr_by_walking_hr(HeapRegion* hr, argument
223 bool doHeapRegion(HeapRegion *hr) { argument
[all...]
H A DsparsePRT.cpp364 SparsePRT::SparsePRT(HeapRegion* hr) : argument
H A DheapRegionSet.hpp247 HeapRegion* hr = _curr; local
[all...]
/openjdk10/jdk/test/java/util/Comparator/
H A DTypeTest.java76 Department(Manager mgr, String hr) { argument
/openjdk10/jdk/src/java.base/windows/native/libjava/
H A Djava_props_md.c210 HRESULT hr; local
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscam02.c276 cmsFloat64Number t, e, p1, p2, p3, p4, p5, hr, d2r; local
[all...]

Completed in 202 milliseconds

12