Home
last modified time | relevance | path

Searched refs:plab_allocate (Results 1 – 25 of 28) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp104 inline HeapWord* G1PLABAllocator::plab_allocate(G1HeapRegionAttr dest, in plab_allocate() function in G1PLABAllocator
115 HeapWord* const obj = plab_allocate(dest, word_sz, node_index); in allocate()
H A Dg1Allocator.hpp183 inline HeapWord* plab_allocate(G1HeapRegionAttr dest,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp118 inline HeapWord* G1PLABAllocator::plab_allocate(G1HeapRegionAttr dest, in plab_allocate() function in G1PLABAllocator
129 HeapWord* const obj = plab_allocate(dest, word_sz, node_index); in allocate()
H A Dg1Allocator.hpp192 inline HeapWord* plab_allocate(G1HeapRegionAttr dest,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp73 inline HeapWord* G1PLABAllocator::plab_allocate(InCSetState dest, in plab_allocate() function in G1PLABAllocator
86 HeapWord* const obj = plab_allocate(dest, word_sz); in allocate()
H A Dg1Allocator.hpp170 inline HeapWord* plab_allocate(InCSetState dest,
H A Dg1ParScanThreadState.cpp231 HeapWord* obj_ptr = _plab_allocator->plab_allocate(dest_state, word_sz); in copy_to_survivor_space()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp74 inline HeapWord* G1PLABAllocator::plab_allocate(G1HeapRegionAttr dest, in plab_allocate() function in G1PLABAllocator
87 HeapWord* const obj = plab_allocate(dest, word_sz); in allocate()
H A Dg1Allocator.hpp171 inline HeapWord* plab_allocate(G1HeapRegionAttr dest,
H A Dg1ParScanThreadState.cpp240 HeapWord* obj_ptr = _plab_allocator->plab_allocate(dest_attr, word_sz); in copy_to_survivor_space()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp73 inline HeapWord* G1PLABAllocator::plab_allocate(InCSetState dest, in plab_allocate() function in G1PLABAllocator
86 HeapWord* const obj = plab_allocate(dest, word_sz); in allocate()
H A Dg1Allocator.hpp170 inline HeapWord* plab_allocate(InCSetState dest,
H A Dg1ParScanThreadState.cpp231 HeapWord* obj_ptr = _plab_allocator->plab_allocate(dest_state, word_sz); in copy_to_survivor_space()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp73 inline HeapWord* G1PLABAllocator::plab_allocate(InCSetState dest, in plab_allocate() function in G1PLABAllocator
86 HeapWord* const obj = plab_allocate(dest, word_sz); in allocate()
H A Dg1Allocator.hpp170 inline HeapWord* plab_allocate(InCSetState dest,
H A Dg1ParScanThreadState.cpp237 HeapWord* obj_ptr = _plab_allocator->plab_allocate(dest_state, word_sz); in copy_to_survivor_space()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp104 inline HeapWord* G1PLABAllocator::plab_allocate(G1HeapRegionAttr dest, in plab_allocate() function in G1PLABAllocator
119 HeapWord* const obj = plab_allocate(dest, word_sz, node_index); in allocate()
H A Dg1Allocator.hpp194 inline HeapWord* plab_allocate(G1HeapRegionAttr dest,
H A Dg1ParScanThreadState.cpp243 HeapWord* obj_ptr = _plab_allocator->plab_allocate(dest_attr, word_sz, node_index); in copy_to_survivor_space()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp104 inline HeapWord* G1PLABAllocator::plab_allocate(G1HeapRegionAttr dest, in plab_allocate() function in G1PLABAllocator
119 HeapWord* const obj = plab_allocate(dest, word_sz, node_index); in allocate()
H A Dg1Allocator.hpp194 inline HeapWord* plab_allocate(G1HeapRegionAttr dest,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1Allocator.hpp226 HeapWord* plab_allocate(InCSetState dest, in plab_allocate() function in G1ParGCAllocator
239 HeapWord* const obj = plab_allocate(dest, word_sz, context); in allocate()
H A Dg1ParScanThreadState.cpp229 HeapWord* obj_ptr = _g1_par_allocator->plab_allocate(dest_state, word_sz, context); in copy_to_survivor_space()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1Allocator.hpp226 HeapWord* plab_allocate(InCSetState dest, in plab_allocate() function in G1ParGCAllocator
239 HeapWord* const obj = plab_allocate(dest, word_sz, context); in allocate()
H A Dg1ParScanThreadState.cpp229 HeapWord* obj_ptr = _g1_par_allocator->plab_allocate(dest_state, word_sz, context); in copy_to_survivor_space()

12