Searched refs:region_stack (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.inline.hpp46 region_stack()->push(index);
H A DpcTasks.cpp253 "region_stack_index %d region_stack = 0x%x "
256 cm->region_stack()->is_empty(),
334 cm->region_stack()->is_empty(),
343 assert(cm->region_stack()->is_empty(), "Not empty");
347 assert(cm->region_stack() ==
349 "region_stack and region_stack_index are inconsistent");
353 void* old_region_stack = (void*) cm->region_stack();
H A DpsCompactionManager.cpp214 while (region_stack()->pop_overflow(region_index)) {
218 while (region_stack()->pop_local(region_index)) {
221 } while (!region_stack()->is_empty());
H A DpsCompactionManager.hpp141 RegionTaskQueue* region_stack() { return _region_stack; } function in class:ParCompactionManager

Completed in 5631 milliseconds