| /openjdk7/hotspot/src/share/vm/memory/ |
| H A D | space.inline.hpp | 48 inline HeapWord* OffsetTableContigSpace::par_allocate(size_t size) { function in class:OffsetTableContigSpace 58 HeapWord* res = ContiguousSpace::par_allocate(size);
|
| H A D | generation.inline.hpp | 52 HeapWord* OneContigSpaceCardGeneration::par_allocate(size_t word_size, function in class:OneContigSpaceCardGeneration 55 return the_space()->par_allocate(word_size);
|
| H A D | generation.hpp | 269 virtual HeapWord* par_allocate(size_t word_size, bool is_tlab) = 0; 723 virtual inline HeapWord* par_allocate(size_t word_size, bool is_tlab);
|
| H A D | tenuredGeneration.cpp | 361 TenuredGeneration::par_allocate(buf_size, false); 375 obj_ptr = TenuredGeneration::par_allocate(word_sz, false);
|
| H A D | space.hpp | 283 virtual HeapWord* par_allocate(size_t word_size) = 0; 867 virtual HeapWord* par_allocate(size_t word_size); 1061 HeapWord* par_allocate(size_t word_size); 1072 HeapWord* par_allocate(size_t word_size); 1101 inline HeapWord* par_allocate(size_t word_size);
|
| H A D | defNewGeneration.cpp | 1005 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);
|
| H A D | defNewGeneration.hpp | 282 HeapWord* par_allocate(size_t word_size, bool is_tlab);
|
| H A D | space.cpp | 881 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 D | collectorPolicy.cpp | 563 result = gen0->par_allocate(size, is_tlab);
|
| H A D | generation.cpp | 507 result = _the_space->par_allocate(word_size);
|
| /openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
| H A D | g1AllocRegion.inline.hpp | 42 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 D | g1AllocRegion.cpp | 40 assert(par_allocate(dummy_region, 1, false) == NULL, "should fail"); 42 assert(par_allocate(dummy_region, 1, true) == NULL, "should fail"); 70 HeapWord* dummy = par_allocate(alloc_region, free_word_size, bot_updates);
|
| H A D | g1AllocRegion.hpp | 99 static inline HeapWord* par_allocate(HeapRegion* alloc_region,
|
| H A D | heapRegion.inline.hpp | 39 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.
|
| H A D | heapRegion.hpp | 200 HeapWord* par_allocate(size_t word_size); 382 return ContiguousSpace::par_allocate(word_size);
|
| /openjdk7/hotspot/src/share/vm/gc_implementation/parNew/ |
| H A D | parNewGeneration.cpp | 235 HeapWord* buf_space = sp->par_allocate(buf_size); 244 buf_space = sp->par_allocate(buf_size); 267 obj = sp->par_allocate(word_sz);
|
| /openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
| H A D | compactibleFreeListSpace.hpp | 427 HeapWord* par_allocate(size_t size);
|
| H A D | concurrentMarkSweepGeneration.hpp | 1206 HeapWord* par_allocate(size_t size, bool tlab) { function in class:ConcurrentMarkSweepGeneration
|
| H A D | compactibleFreeListSpace.cpp | 1202 HeapWord* CompactibleFreeListSpace::par_allocate(size_t size) { function in class:CompactibleFreeListSpace
|