Searched defs:at_perm (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
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.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 33 milliseconds