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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1204 HeapWord* have_lock_and_allocate(size_t size, bool tlab);
H A DconcurrentMarkSweepGeneration.cpp1008 return have_lock_and_allocate(size, tlab);
1011 HeapWord* ConcurrentMarkSweepGeneration::have_lock_and_allocate(size_t size, function in class:ConcurrentMarkSweepGeneration
3325 return have_lock_and_allocate(word_size, tlab);

Completed in 55 milliseconds