Searched refs:PSPromotionLAB (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionLAB.cpp31 size_t PSPromotionLAB::filler_header_size;
37 void PSPromotionLAB::initialize(MemRegion lab) {
72 void PSPromotionLAB::flush() {
89 assert( (array_length * (HeapWordSize/sizeof(jint))) < (size_t)max_jint, "array too big in PSPromotionLAB");
105 bool PSPromotionLAB::unallocate_object(HeapWord* obj, size_t obj_size) {
130 PSPromotionLAB::flush();
H A DpsPromotionLAB.hpp32 // PSPromotionLAB is a parallel scavenge promotion lab. This class acts very
39 class PSPromotionLAB : public CHeapObj<mtGC> { class in inherits:CHeapObj
61 PSPromotionLAB() : _top(NULL), _bottom(NULL), _end(NULL) { } function in class:PSPromotionLAB
92 class PSYoungPromotionLAB : public PSPromotionLAB {
116 class PSOldPromotionLAB : public PSPromotionLAB {

Completed in 30 milliseconds