Searched refs:GCIncomingRefCounted (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DGCIncomingRefCounted.h43 class GCIncomingRefCounted : public DeferrableRefCounted<T> { class in namespace:JSC
45 GCIncomingRefCounted() function in class:JSC::GCIncomingRefCounted
50 ~GCIncomingRefCounted()
H A DGCIncomingRefCountedInlines.h29 #include "GCIncomingRefCounted.h"
35 bool GCIncomingRefCounted<T>::addIncomingReference(JSCell* cell)
61 bool GCIncomingRefCounted<T>::filterIncomingReferences(FilterFunctionType& filterFunction)
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArrayBuffer.h29 #include "GCIncomingRefCounted.h"
91 class ArrayBuffer : public GCIncomingRefCounted<ArrayBuffer> {

Completed in 65 milliseconds