HomeSort by relevance Sort by last modified time
    Searched defs:traceInCollection (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 268 void traceInCollection(T& t, ShouldWeakPointersBeMarkedStrongly strongify)
270 HashTraits<T>::traceInCollection(this, t, strongify);
Handle.h     [all...]
HeapTest.cpp 137 // a regular trace method. Instead, we use a traceInCollection method.
138 void traceInCollection(Visitor* visitor, ShouldWeakPointersBeMarkedStrongly strongify)
141 visitor->traceInCollection(second, strongify);
143 // The traceInCollection may not trace the weak members, so it is vital
177 // PairWithWeakHandling must implement the traceInCollection and
    [all...]

Completed in 233 milliseconds