Home
last modified time | relevance | path

Searched refs:from_hrm_ind (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A DheapRegionRemSet.cpp134 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
137 if (is_region_coarsened(from_hrm_ind)) { in add_reference()
144 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
150 if (is_region_coarsened(from_hrm_ind)) { in add_reference()
161 SparsePRT::AddCardResult result = _sparse_table.add_card(from_hrm_ind, card_index); in add_reference()
197 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
204 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
379 bool OtherRegionsTable::is_region_coarsened(RegionIdx_t from_hrm_ind) const { in is_region_coarsened()
380 return Atomic::load_acquire(&_has_coarse_entries) && _coarse_map.at(from_hrm_ind); in is_region_coarsened()
H A DheapRegionRemSet.hpp158 bool is_region_coarsened(RegionIdx_t from_hrm_ind) const;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A DheapRegionRemSet.cpp133 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
136 if (is_region_coarsened(from_hrm_ind)) { in add_reference()
143 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
153 SparsePRT::AddCardResult result = _sparse_table.add_card(from_hrm_ind, card_index); in add_reference()
187 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
194 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
369 bool OtherRegionsTable::is_region_coarsened(RegionIdx_t from_hrm_ind) const { in is_region_coarsened()
370 return Atomic::load_acquire(&_has_coarse_entries) && _coarse_map.at(from_hrm_ind); in is_region_coarsened()
H A DheapRegionRemSet.hpp158 bool is_region_coarsened(RegionIdx_t from_hrm_ind) const;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A DheapRegionRemSet.cpp132 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
135 if (is_region_coarsened(from_hrm_ind)) { in add_reference()
142 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
152 SparsePRT::AddCardResult result = _sparse_table.add_card(from_hrm_ind, card_index); in add_reference()
186 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
193 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
368 bool OtherRegionsTable::is_region_coarsened(RegionIdx_t from_hrm_ind) const { in is_region_coarsened()
369 return Atomic::load_acquire(&_n_coarse_entries) > 0 && _coarse_map.at(from_hrm_ind); in is_region_coarsened()
H A DheapRegionRemSet.hpp158 bool is_region_coarsened(RegionIdx_t from_hrm_ind) const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A DheapRegionRemSet.cpp179 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
182 if (_coarse_map.at(from_hrm_ind)) { in add_reference()
189 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
199 SparsePRT::AddCardResult result = _sparse_table.add_card(from_hrm_ind, card_index); in add_reference()
233 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
240 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A DheapRegionRemSet.cpp358 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
361 if (_coarse_map.at(from_hrm_ind)) { in add_reference()
367 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
378 _sparse_table.add_card(from_hrm_ind, card_index)) { in add_reference()
408 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
415 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A DheapRegionRemSet.cpp358 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
361 if (_coarse_map.at(from_hrm_ind)) { in add_reference()
367 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
378 _sparse_table.add_card(from_hrm_ind, card_index)) { in add_reference()
408 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
415 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A DheapRegionRemSet.cpp352 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
355 if (_coarse_map.at(from_hrm_ind)) { in add_reference()
361 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
371 if (_sparse_table.add_card(from_hrm_ind, card_index)) { in add_reference()
400 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
407 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A DheapRegionRemSet.cpp352 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
355 if (_coarse_map.at(from_hrm_ind)) { in add_reference()
361 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
371 if (_sparse_table.add_card(from_hrm_ind, card_index)) { in add_reference()
400 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
407 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp454 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
457 if (_coarse_map.at(from_hrm_ind)) { in add_reference()
466 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
481 _sparse_table.add_card(from_hrm_ind, card_index)) { in add_reference()
501 tid, from_hrm_ind, cur_hrm_ind); in add_reference()
530 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
539 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp454 RegionIdx_t from_hrm_ind = (RegionIdx_t) from_hr->hrm_index(); in add_reference() local
457 if (_coarse_map.at(from_hrm_ind)) { in add_reference()
466 size_t ind = from_hrm_ind & _mod_max_fine_entries_mask; in add_reference()
481 _sparse_table.add_card(from_hrm_ind, card_index)) { in add_reference()
501 tid, from_hrm_ind, cur_hrm_ind); in add_reference()
530 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind); in add_reference()
539 bool res = _sparse_table.delete_entry(from_hrm_ind); in add_reference()