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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.hpp230 static void reset_live_oop_tracking(bool at_perm);
H A DmarkSweep.cpp255 void MarkSweep::reset_live_oop_tracking(bool at_perm) { argument
258 _live_oops_index = at_perm ? _live_oops_index_at_perm : 0;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp1336 static void reset_live_oop_tracking(bool at_perm);
H A DpsParallelCompact.cpp2933 void PSParallelCompact::reset_live_oop_tracking(bool at_perm) { argument
2936 _live_oops_index = at_perm ? _live_oops_index_at_perm : 0;

Completed in 66 milliseconds