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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1StringDedup.hpp106 static bool is_candidate_from_evacuation(bool from_young, bool to_young, oop obj);
H A Dg1StringDedup.cpp75 bool G1StringDedup::is_candidate_from_evacuation(bool from_young, bool to_young, oop obj) { function in class:G1StringDedup
96 if (is_candidate_from_evacuation(from_young, to_young, java_string)) {

Completed in 106 milliseconds