Searched refs:unsafe_max_tlab_alloc (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.inline.hpp61 // unsafe_max_tlab_alloc is just a hint.
62 const size_t available_size = Universe::heap()->unsafe_max_tlab_alloc(myThread()) /
H A DthreadLocalAllocBuffer.cpp75 size_t unused = Universe::heap()->unsafe_max_tlab_alloc(myThread()) / HeapWordSize;
286 Universe::heap()->unsafe_max_tlab_alloc(thrd);
H A DdefNewGeneration.hpp241 size_t unsafe_max_tlab_alloc() const;
H A DgenCollectedHeap.hpp269 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
H A Dgeneration.hpp303 virtual size_t unsafe_max_tlab_alloc() const { function in class:Generation
H A DgenCollectedHeap.cpp1080 size_t GenCollectedHeap::unsafe_max_tlab_alloc(Thread* thr) const { function in class:GenCollectedHeap
1084 result += _gens[i]->unsafe_max_tlab_alloc();
H A DdefNewGeneration.cpp1055 size_t DefNewGeneration::unsafe_max_tlab_alloc() const { function in class:DefNewGeneration
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableSpace.hpp127 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const { return free_in_bytes(); } function in class:MutableSpace
H A DmutableNUMASpace.hpp219 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
H A DmutableNUMASpace.cpp188 size_t MutableNUMASpace::unsafe_max_tlab_alloc(Thread *thr) const { function in class:MutableNUMASpace
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.hpp224 size_t unsafe_max_tlab_alloc(Thread* thr) const;
H A DparallelScavengeHeap.cpp781 size_t ParallelScavengeHeap::unsafe_max_tlab_alloc(Thread* thr) const { function in class:ParallelScavengeHeap
782 return young_gen()->eden_space()->unsafe_max_tlab_alloc(thr);
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp481 virtual size_t unsafe_max_tlab_alloc(Thread *thr) const { function in class:CollectedHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1509 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
H A Dg1CollectedHeap.cpp3086 size_t G1CollectedHeap::unsafe_max_tlab_alloc(Thread* ignored) const { function in class:G1CollectedHeap

Completed in 87 milliseconds