Searched defs:set_space (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dwatermark.hpp44 void set_space(Space* s) { _space = s; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp118 void G1BlockOffsetArray::set_space(Space* sp) { function in class:G1BlockOffsetArray
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp194 void set_space(MutableSpace* s) { _space = s; } function in class:SpaceInfo
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1605 void set_space(CompactibleFreeListSpace* space) { _space = space; } function in class:MarkFromDirtyCardsClosure

Completed in 2654 milliseconds