Home
last modified time | relevance | path

Searched refs:requested_node_index (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp232 uint requested_node_index, in update_statistics() argument
239 if(requested_node_index < _num_active_node_ids) { in update_statistics()
240 converted_req_index = requested_node_index; in update_statistics()
242 assert(requested_node_index == AnyNodeIndex, in update_statistics()
243 "Requested node index %u should be AnyNodeIndex.", requested_node_index); in update_statistics()
250 uint requested_node_index, in copy_statistics() argument
256 _stats->copy(phase, requested_node_index, allocated_stat); in copy_statistics()
H A Dg1NUMAStats.cpp143 uint requested_node_index, in update() argument
145 _node_data[phase]->increase(requested_node_index, allocated_node_index); in update()
149 uint requested_node_index, in copy() argument
151 _node_data[phase]->copy(requested_node_index, allocated_stat); in copy()
H A Dg1NUMAStats.hpp110 …void update(G1NUMAStats::NodeDataItems phase, uint requested_node_index, uint allocated_node_index…
114 void copy(G1NUMAStats::NodeDataItems phase, uint requested_node_index, size_t* allocated_stat);
H A Dg1NUMA.hpp120 …void update_statistics(G1NUMAStats::NodeDataItems phase, uint requested_node_index, uint allocated…
124 …void copy_statistics(G1NUMAStats::NodeDataItems phase, uint requested_node_index, size_t* allocate…
H A DheapRegionSet.inline.hpp178 uint requested_node_index) { in remove_region_with_node_index() argument
190 if (requested_node_index == cur->node_index()) { in remove_region_with_node_index()
198 if (requested_node_index == cur->node_index()) { in remove_region_with_node_index()
H A DheapRegionManager.cpp98 HeapRegion* HeapRegionManager::allocate_free_region(HeapRegionType type, uint requested_node_index)… in allocate_free_region() argument
103 if (requested_node_index != G1NUMA::AnyNodeIndex && numa->is_enabled()) { in allocate_free_region()
105 hr = _free_list.remove_region_with_node_index(from_head, requested_node_index); in allocate_free_region()
119 numa->update_statistics(G1NUMAStats::NewRegionAlloc, requested_node_index, hr->node_index()); in allocate_free_region()
H A DheapRegionSet.hpp217 uint requested_node_index);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp232 uint requested_node_index, in update_statistics() argument
239 if(requested_node_index < _num_active_node_ids) { in update_statistics()
240 converted_req_index = requested_node_index; in update_statistics()
242 assert(requested_node_index == AnyNodeIndex, in update_statistics()
243 "Requested node index %u should be AnyNodeIndex.", requested_node_index); in update_statistics()
250 uint requested_node_index, in copy_statistics() argument
256 _stats->copy(phase, requested_node_index, allocated_stat); in copy_statistics()
H A Dg1NUMAStats.cpp143 uint requested_node_index, in update() argument
145 _node_data[phase]->increase(requested_node_index, allocated_node_index); in update()
149 uint requested_node_index, in copy() argument
151 _node_data[phase]->copy(requested_node_index, allocated_stat); in copy()
H A Dg1NUMAStats.hpp110 …void update(G1NUMAStats::NodeDataItems phase, uint requested_node_index, uint allocated_node_index…
114 void copy(G1NUMAStats::NodeDataItems phase, uint requested_node_index, size_t* allocated_stat);
H A Dg1NUMA.hpp123 …void update_statistics(G1NUMAStats::NodeDataItems phase, uint requested_node_index, uint allocated…
127 …void copy_statistics(G1NUMAStats::NodeDataItems phase, uint requested_node_index, size_t* allocate…
H A DheapRegionSet.inline.hpp177 uint requested_node_index) { in remove_region_with_node_index() argument
189 if (requested_node_index == cur->node_index()) { in remove_region_with_node_index()
197 if (requested_node_index == cur->node_index()) { in remove_region_with_node_index()
H A DheapRegionManager.cpp98 HeapRegion* HeapRegionManager::allocate_free_region(HeapRegionType type, uint requested_node_index)… in allocate_free_region() argument
103 if (requested_node_index != G1NUMA::AnyNodeIndex && numa->is_enabled()) { in allocate_free_region()
105 hr = _free_list.remove_region_with_node_index(from_head, requested_node_index); in allocate_free_region()
119 numa->update_statistics(G1NUMAStats::NewRegionAlloc, requested_node_index, hr->node_index()); in allocate_free_region()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp232 uint requested_node_index, in update_statistics() argument
239 if(requested_node_index < _num_active_node_ids) { in update_statistics()
240 converted_req_index = requested_node_index; in update_statistics()
242 assert(requested_node_index == AnyNodeIndex, in update_statistics()
243 "Requested node index %u should be AnyNodeIndex.", requested_node_index); in update_statistics()
250 uint requested_node_index, in copy_statistics() argument
256 _stats->copy(phase, requested_node_index, allocated_stat); in copy_statistics()
H A Dg1NUMAStats.cpp147 uint requested_node_index, in update() argument
149 _node_data[phase]->increase(requested_node_index, allocated_node_index); in update()
153 uint requested_node_index, in copy() argument
155 _node_data[phase]->copy(requested_node_index, allocated_stat); in copy()
H A Dg1NUMAStats.hpp110 …void update(G1NUMAStats::NodeDataItems phase, uint requested_node_index, uint allocated_node_index…
114 void copy(G1NUMAStats::NodeDataItems phase, uint requested_node_index, size_t* allocated_stat);
H A Dg1NUMA.hpp123 …void update_statistics(G1NUMAStats::NodeDataItems phase, uint requested_node_index, uint allocated…
127 …void copy_statistics(G1NUMAStats::NodeDataItems phase, uint requested_node_index, size_t* allocate…
H A DheapRegionSet.inline.hpp177 uint requested_node_index) { in remove_region_with_node_index() argument
189 if (requested_node_index == cur->node_index()) { in remove_region_with_node_index()
197 if (requested_node_index == cur->node_index()) { in remove_region_with_node_index()
H A DheapRegionManager.cpp115 HeapRegion* HeapRegionManager::allocate_free_region(HeapRegionType type, uint requested_node_index)… in allocate_free_region() argument
120 if (requested_node_index != G1NUMA::AnyNodeIndex && numa->is_enabled()) { in allocate_free_region()
122 hr = _free_list.remove_region_with_node_index(from_head, requested_node_index); in allocate_free_region()
136 numa->update_statistics(G1NUMAStats::NewRegionAlloc, requested_node_index, hr->node_index()); in allocate_free_region()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp232 uint requested_node_index, in update_statistics() argument
239 if(requested_node_index < _num_active_node_ids) { in update_statistics()
240 converted_req_index = requested_node_index; in update_statistics()
242 assert(requested_node_index == AnyNodeIndex, in update_statistics()
243 "Requested node index %u should be AnyNodeIndex.", requested_node_index); in update_statistics()
250 uint requested_node_index, in copy_statistics() argument
256 _stats->copy(phase, requested_node_index, allocated_stat); in copy_statistics()
H A Dg1NUMAStats.cpp145 uint requested_node_index, in update() argument
147 _node_data[phase]->increase(requested_node_index, allocated_node_index); in update()
151 uint requested_node_index, in copy() argument
153 _node_data[phase]->copy(requested_node_index, allocated_stat); in copy()
H A Dg1NUMAStats.hpp110 …void update(G1NUMAStats::NodeDataItems phase, uint requested_node_index, uint allocated_node_index…
114 void copy(G1NUMAStats::NodeDataItems phase, uint requested_node_index, size_t* allocated_stat);
H A Dg1NUMA.hpp123 …void update_statistics(G1NUMAStats::NodeDataItems phase, uint requested_node_index, uint allocated…
127 …void copy_statistics(G1NUMAStats::NodeDataItems phase, uint requested_node_index, size_t* allocate…
H A DheapRegionSet.inline.hpp177 uint requested_node_index) { in remove_region_with_node_index() argument
189 if (requested_node_index == cur->node_index()) { in remove_region_with_node_index()
197 if (requested_node_index == cur->node_index()) { in remove_region_with_node_index()
H A DheapRegionManager.cpp110 HeapRegion* HeapRegionManager::allocate_free_region(HeapRegionType type, uint requested_node_index)… in allocate_free_region() argument
115 if (requested_node_index != G1NUMA::AnyNodeIndex && numa->is_enabled()) { in allocate_free_region()
117 hr = _free_list.remove_region_with_node_index(from_head, requested_node_index); in allocate_free_region()
131 numa->update_statistics(G1NUMAStats::NewRegionAlloc, requested_node_index, hr->node_index()); in allocate_free_region()

12