Searched refs:ParGCAllocBufferWithBOT (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.hpp35 class ParGCAllocBufferWithBOT;
51 ParGCAllocBufferWithBOT** _alloc_buffers;
H A DtenuredGeneration.cpp66 typedef ParGCAllocBufferWithBOT* ParGCAllocBufferWithBOTPtr;
73 new ParGCAllocBufferWithBOT(OldPLABSize, _bts);
346 ParGCAllocBufferWithBOT* buf = _alloc_buffers[thread_num];
393 ParGCAllocBufferWithBOT* buf = _alloc_buffers[thread_num];
404 ParGCAllocBufferWithBOT* buf = _alloc_buffers[thread_num];
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.cpp138 const size_t ParGCAllocBufferWithBOT::ChunkSizeInWords =
141 const size_t ParGCAllocBufferWithBOT::ChunkSizeInBytes =
145 ParGCAllocBufferWithBOT::ParGCAllocBufferWithBOT(size_t word_sz, function in class:ParGCAllocBufferWithBOT
164 void ParGCAllocBufferWithBOT::fill_region_with_block(MemRegion mr,
174 HeapWord* ParGCAllocBufferWithBOT::allocate_slow(size_t word_sz) {
201 ParGCAllocBufferWithBOT::undo_allocation(HeapWord* obj, size_t word_sz) {
208 void ParGCAllocBufferWithBOT::retire(bool end_of_gc, bool retain) {
H A DparGCAllocBuffer.hpp224 class ParGCAllocBufferWithBOT: public ParGCAllocBuffer { class in inherits:ParGCAllocBuffer
236 ParGCAllocBufferWithBOT(size_t word_sz, BlockOffsetSharedArray* bsa);

Completed in 539 milliseconds