Home | History | Annotate | Download | only in heap

Lines Matching refs:TraceIfNeeded

892 // FIXME: Oilpan: TraceIfNeeded should be implemented ala:
897 struct TraceIfNeeded : public TraceIfEnabled<T, WTF::NeedsTracing<T>::value || blink::IsGarbageCollectedType<typename RemoveHeapPointerWrapperTypes<typename WTF::RemovePointer<T>::Type>::Type>::value> { };