Searched defs:bot_updates (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
| H A D | g1AllocRegion.inline.hpp | 32 bool bot_updates) { 35 if (!bot_updates) { 44 bool bot_updates) { 48 if (!bot_updates) { 56 bool bot_updates) { 57 assert(bot_updates == _bot_updates, ar_ext_msg(this, "pre-condition")); 62 HeapWord* result = par_allocate(alloc_region, word_size, bot_updates); 72 bool bot_updates) { 76 HeapWord* result = attempt_allocation(word_size, bot_updates); 92 bool bot_updates) { 30 allocate(HeapRegion* alloc_region, size_t word_size, bool bot_updates) argument 42 par_allocate(HeapRegion* alloc_region, size_t word_size, bool bot_updates) argument 55 attempt_allocation(size_t word_size, bool bot_updates) argument 71 attempt_allocation_locked(size_t word_size, bool bot_updates) argument 91 attempt_allocation_force(size_t word_size, bool bot_updates) argument [all...] |
| H A D | g1AllocRegion.cpp | 49 bool bot_updates) { 70 HeapWord* dummy = par_allocate(alloc_region, free_word_size, bot_updates); 225 bool bot_updates) 226 : _name(name), _bot_updates(bot_updates), 48 fill_up_remaining_space(HeapRegion* alloc_region, bool bot_updates) argument 224 G1AllocRegion(const char* name, bool bot_updates) argument
|
Completed in 26 milliseconds