Searched refs:G1AllocRegion (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.cpp29 G1CollectedHeap* G1AllocRegion::_g1h = NULL;
30 HeapRegion* G1AllocRegion::_dummy_region = NULL;
32 void G1AllocRegion::setup(G1CollectedHeap* g1h, HeapRegion* dummy_region) {
48 void G1AllocRegion::fill_up_remaining_space(HeapRegion* alloc_region,
87 void G1AllocRegion::retire(bool fill_up) {
113 HeapWord* G1AllocRegion::new_alloc_region_and_allocate(size_t word_size,
142 void G1AllocRegion::fill_in_ext_msg(ar_ext_msg* msg, const char* message) {
148 void G1AllocRegion::init() {
158 void G1AllocRegion::set(HeapRegion* alloc_region) {
174 HeapRegion* G1AllocRegion
224 G1AllocRegion::G1AllocRegion(const char* name, function in class:G1AllocRegion
[all...]
H A Dg1AllocRegion.inline.hpp30 inline HeapWord* G1AllocRegion::allocate(HeapRegion* alloc_region,
42 inline HeapWord* G1AllocRegion::par_allocate(HeapRegion* alloc_region,
55 inline HeapWord* G1AllocRegion::attempt_allocation(size_t word_size,
71 inline HeapWord* G1AllocRegion::attempt_allocation_locked(size_t word_size,
91 inline HeapWord* G1AllocRegion::attempt_allocation_force(size_t word_size,
H A Dg1AllocRegion.hpp44 class G1AllocRegion VALUE_OBJ_CLASS_SPEC {
129 G1AllocRegion(const char* name, bool bot_updates);
186 ar_ext_msg(G1AllocRegion* alloc_region, const char *message) : err_msg("") {
H A Dg1CollectedHeap.hpp157 class MutatorAllocRegion : public G1AllocRegion {
163 : G1AllocRegion("Mutator Alloc Region", false /* bot_updates */) { }
179 class SurvivorGCAllocRegion : public G1AllocRegion {
185 : G1AllocRegion("Survivor GC Alloc Region", false /* bot_updates */) { }
188 class OldGCAllocRegion : public G1AllocRegion {
194 : G1AllocRegion("Old GC Alloc Region", true /* bot_updates */) { }
619 // These methods are the "callbacks" from the G1AllocRegion class.
H A Dg1CollectedHeap.cpp2205 // G1AllocRegion class. If we don't pass an address in the reserved
2217 G1AllocRegion::setup(this, dummy_region);

Completed in 67 milliseconds