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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp511 uint humongous_obj_allocate_find_first(uint num_regions,
H A Dg1CollectedHeap.cpp622 uint G1CollectedHeap::humongous_obj_allocate_find_first(uint num_regions, function in class:G1CollectedHeap
811 uint first = humongous_obj_allocate_find_first(num_regions, word_size);
817 // then the call to humongous_obj_allocate_find_first() above
834 first = humongous_obj_allocate_find_first(num_regions, word_size);

Completed in 40 milliseconds