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

/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsScavenge.inline.hpp59 inline bool PSScavenge::should_scavenge(T* p, bool check_to_space) { argument
60 if (check_to_space) {
H A DpsScavenge.hpp135 template <class T> static inline bool should_scavenge(T* p, bool check_to_space);
H A DpsPromotionManager.hpp203 static bool should_scavenge(oop* p, bool check_to_space = false);
204 static bool should_scavenge(narrowOop* p, bool check_to_space = false);
H A DpsPromotionManager.cpp87 bool PSPromotionManager::should_scavenge(oop* p, bool check_to_space) { argument
88 return PSScavenge::should_scavenge(p, check_to_space);
90 bool PSPromotionManager::should_scavenge(narrowOop* p, bool check_to_space) { argument
91 return PSScavenge::should_scavenge(p, check_to_space);

Completed in 315 milliseconds