Searched refs:_destination_decorator (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp36 PSMarkSweepDecorator* PSMarkSweepDecorator::_destination_decorator = NULL; member in class:PSMarkSweepDecorator
43 _destination_decorator = heap->old_gen()->object_mark_sweep();
50 _destination_decorator = heap->perm_gen()->object_mark_sweep();
57 assert(_destination_decorator != NULL, "Sanity");
58 guarantee(_destination_decorator != heap->perm_gen()->object_mark_sweep(), "Cannot advance perm gen decorator");
65 if ( _destination_decorator == first ) {
66 _destination_decorator = second;
67 } else if ( _destination_decorator == second ) {
68 _destination_decorator = third;
69 } else if ( _destination_decorator
[all...]
H A DpsMarkSweepDecorator.hpp39 static PSMarkSweepDecorator* _destination_decorator; member in class:PSMarkSweepDecorator

Completed in 28 milliseconds