Searched defs:_dummy_region (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.hpp85 static HeapRegion* _dummy_region; member in class:VALUE_OBJ_CLASS_SPEC
136 return (_alloc_region == _dummy_region) ? NULL : _alloc_region;
H A Dg1AllocRegion.cpp30 HeapRegion* G1AllocRegion::_dummy_region = NULL; member in class:G1AllocRegion
33 assert(_dummy_region == NULL, "should be set once");
45 _dummy_region = dummy_region;
50 assert(alloc_region != NULL && alloc_region != _dummy_region,
92 if (alloc_region != _dummy_region) {
108 _alloc_region = _dummy_region;
115 assert(_alloc_region == _dummy_region, ar_ext_msg(this, "pre-condition"));
152 assert(_dummy_region != NULL, ar_ext_msg(this, "should have been set"));
153 _alloc_region = _dummy_region;
164 assert(_alloc_region == _dummy_region
[all...]

Completed in 38 milliseconds