Searched defs:max_alloc_words (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp504 // "max_alloc_words" in the target generation (via promotion say,
510 size_t max_alloc_words) {}
509 contribute_scratch(ScratchBlock*& list, Generation* requestor, size_t max_alloc_words) argument
H A DdefNewGeneration.cpp835 size_t max_alloc_words) {
834 contribute_scratch(ScratchBlock*& list, Generation* requestor, size_t max_alloc_words) argument
H A DgenCollectedHeap.cpp1134 size_t max_alloc_words) {
1137 _gens[i]->contribute_scratch(res, requestor, max_alloc_words);
1133 gather_scratch(Generation* requestor, size_t max_alloc_words) argument

Completed in 40 milliseconds