Searched refs:copyBackingStore (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DCopyVisitorInlines.h40 JSObject::copyBackingStore(item.cell(), *this, ButterflyCopyToken);
44 item.cell()->methodTable()->copyBackingStore(item.cell(), *this, item.token());
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DClassInfo.h44 CopyBackingStoreFunctionPtr copyBackingStore; member in struct:JSC::MethodTable
126 &ClassName::copyBackingStore, \
H A DMapData.cpp236 void MapData::copyBackingStore(JSCell* cell, CopyVisitor& visitor, CopyToken token)
248 Base::copyBackingStore(cell, visitor, token);
H A DJSCell.cpp54 void JSCell::copyBackingStore(JSCell*, CopyVisitor&, CopyToken) function in class:JSC::JSCell
H A DJSCell.h130 JS_EXPORT_PRIVATE static void copyBackingStore(JSCell*, CopyVisitor&, CopyToken);
H A DJSGenericTypedArrayView.h247 static void copyBackingStore(JSCell*, CopyVisitor&, CopyToken);
H A DMapData.h121 static void copyBackingStore(JSCell*, CopyVisitor&, CopyToken);
H A DJSGenericTypedArrayViewInlines.h461 void JSGenericTypedArrayView<Adaptor>::copyBackingStore( function in class:JSC::JSGenericTypedArrayView
476 Base::copyBackingStore(thisObject, visitor, token);
H A DArguments.h70 static void copyBackingStore(JSCell*, CopyVisitor&, CopyToken);
H A DArguments.cpp64 void Arguments::copyBackingStore(JSCell* cell, CopyVisitor& visitor, CopyToken token) function in class:JSC::Arguments
H A DJSObject.h109 JS_EXPORT_PRIVATE static void copyBackingStore(JSCell*, CopyVisitor&, CopyToken);
H A DJSObject.cpp225 void JSObject::copyBackingStore(JSCell* cell, CopyVisitor& visitor, CopyToken token) function in class:JSC::JSObject

Completed in 216 milliseconds