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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp920 void direct_allocated(HeapWord* start, size_t size);
H A DconcurrentMarkSweepGeneration.cpp1030 collector()->direct_allocated(res, adjustedSize);
1051 void CMSCollector::direct_allocated(HeapWord* start, size_t size) { function in class:CMSCollector
1079 // See comment in direct_allocated() about when objects should
1090 // in direct_allocated above) because this is being done with the

Completed in 44 milliseconds