Searched refs:tlab_used (Results 1 - 14 of 14) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/shared/
H A DthreadLocalAllocBuffer.cpp66 size_t used = Universe::heap()->tlab_used(thread);
280 size_t tlab_used = Universe::heap()->tlab_used(thrd); local
290 _allocation_fraction.average() * tlab_used / K,
H A Dgeneration.hpp275 virtual size_t tlab_used() const { function in class:Generation
H A DgenCollectedHeap.hpp269 virtual size_t tlab_used(Thread* thr) const;
H A DcollectedHeap.hpp393 virtual size_t tlab_used(Thread *thr) const = 0;
H A DgenCollectedHeap.cpp992 size_t GenCollectedHeap::tlab_used(Thread* thr) const { function in class:GenCollectedHeap
995 return _young_gen->tlab_used();
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DmutableSpace.hpp127 virtual size_t tlab_used(Thread* thr) const { return used_in_bytes(); } function in class:MutableSpace
H A DmutableNUMASpace.hpp220 virtual size_t tlab_used(Thread* thr) const;
H A DparallelScavengeHeap.hpp188 size_t tlab_used(Thread* thr) const;
H A DparallelScavengeHeap.cpp446 size_t ParallelScavengeHeap::tlab_used(Thread* thr) const { function in class:ParallelScavengeHeap
447 return young_gen()->eden_space()->tlab_used(thr);
H A DmutableNUMASpace.cpp187 size_t MutableNUMASpace::tlab_used(Thread *thr) const { function in class:MutableNUMASpace
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DdefNewGeneration.hpp235 size_t tlab_used() const;
H A DdefNewGeneration.cpp1040 size_t DefNewGeneration::tlab_used() const { function in class:DefNewGeneration
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1CollectedHeap.hpp1259 size_t tlab_used(Thread* ignored) const;
H A Dg1CollectedHeap.cpp2291 size_t G1CollectedHeap::tlab_used(Thread* ignored) const { function in class:G1CollectedHeap

Completed in 108 milliseconds