Home | History | Annotate | Download | only in heap

Lines Matching refs:traceInCollection

2186         return Traits::traceInCollection(visitor, t, strongify);
2382 // in collections using the traceInCollection method, which it must have.
2386 // The traceInCollection method traces differently depending on whether we
2393 static bool traceInCollection(Visitor* visitor, T& t, WTF::ShouldWeakPointersBeMarkedStrongly strongify)
2395 return t.traceInCollection(visitor, strongify);