Searched defs:par_allocate (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.inline.hpp42 inline HeapWord* G1AllocRegion::par_allocate(HeapRegion* alloc_region, function in class:G1AllocRegion
51 return alloc_region->par_allocate(word_size);
62 HeapWord* result = par_allocate(alloc_region, word_size, bot_updates);
H A DheapRegion.inline.hpp39 inline HeapWord* G1OffsetTableContigSpace::par_allocate(size_t size) { function in class:G1OffsetTableContigSpace
41 // Given that we take the lock no need to use par_allocate() here.
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.inline.hpp48 inline HeapWord* OffsetTableContigSpace::par_allocate(size_t size) { function in class:OffsetTableContigSpace
58 HeapWord* res = ContiguousSpace::par_allocate(size);
H A Dgeneration.inline.hpp52 HeapWord* OneContigSpaceCardGeneration::par_allocate(size_t word_size, function in class:OneContigSpaceCardGeneration
55 return the_space()->par_allocate(word_size);
H A Dspace.cpp881 HeapWord* ContiguousSpace::par_allocate(size_t size) { function in class:ContiguousSpace
928 HeapWord* EdenSpace::par_allocate(size_t size) { function in class:EdenSpace
932 HeapWord* ConcEdenSpace::par_allocate(size_t size) function in class:ConcEdenSpace
H A DdefNewGeneration.cpp1005 HeapWord* result = eden()->par_allocate(word_size);
1028 result = eden()->par_allocate(word_size);
1041 HeapWord* DefNewGeneration::par_allocate(size_t word_size, function in class:DefNewGeneration
1043 return eden()->par_allocate(word_size);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp1202 HeapWord* CompactibleFreeListSpace::par_allocate(size_t size) { function in class:CompactibleFreeListSpace
H A DconcurrentMarkSweepGeneration.hpp1206 HeapWord* par_allocate(size_t size, bool tlab) { function in class:ConcurrentMarkSweepGeneration

Completed in 59 milliseconds