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

/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp261 _live_oops_index_at_perm = 0;
350 VALIDATE_MARK_SWEEP_ONLY(_live_oops_index_at_perm = _live_oops_index);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.hpp153 static size_t _live_oops_index_at_perm; member in class:MarkSweep
H A DmarkSweep.cpp55 size_t MarkSweep::_live_oops_index_at_perm = 0; member in class:MarkSweep
258 _live_oops_index = at_perm ? _live_oops_index_at_perm : 0;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp1170 static size_t _live_oops_index_at_perm;
H A DpsParallelCompact.cpp125 size_t PSParallelCompact::_live_oops_index_at_perm = 0; member in class:PSParallelCompact
2936 _live_oops_index = at_perm ? _live_oops_index_at_perm : 0;

Completed in 50 milliseconds