Home | History | Annotate | Download | only in heap

Lines Matching refs:isDeletedValue

163     static bool isDeletedValue(const blink::ThreadMarker& slot) { return slot.isHashTableDeletedValue(); }
186 static bool isDeletedValue(const blink::PairWithWeakHandling& value) { return value.isHashTableDeletedValue(); }
5242 static bool isDeletedValue(const T& value) { return value.isDeleted(); }