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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.inline.hpp58 inline bool PSScavenge::should_scavenge(T* p, bool check_to_space) { argument
59 if (check_to_space) {
H A DpsScavenge.hpp138 template <class T> static inline bool should_scavenge(T* p, bool check_to_space);

Completed in 29 milliseconds