Searched refs:allocate_impl (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A DheapRegion.inline.hpp35 inline HeapWord* G1ContiguousSpace::allocate_impl(size_t min_word_size, function in class:G1ContiguousSpace
79 HeapWord* res = allocate_impl(min_word_size, desired_word_size, actual_size);
172 return allocate_impl(min_word_size, desired_word_size, actual_word_size);
H A DheapRegion.hpp153 inline HeapWord* allocate_impl(size_t min_word_size, size_t desired_word_size, size_t* actual_word_size);
/openjdk9/hotspot/src/share/vm/gc/shared/
H A Dspace.cpp612 inline HeapWord* ContiguousSpace::allocate_impl(size_t size) {
670 return allocate_impl(size);
H A Dspace.hpp516 inline HeapWord* allocate_impl(size_t word_size);

Completed in 99 milliseconds