Searched refs:objectCount (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebJavaScriptCollector.idl42 HRESULT objectCount([out, retval] UINT* count);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebJavaScriptCollector.h51 virtual HRESULT STDMETHODCALLTYPE objectCount(
H A DWebJavaScriptCollector.cpp106 HRESULT STDMETHODCALLTYPE WebJavaScriptCollector::objectCount( function in class:WebJavaScriptCollector
115 *count = (UINT)JSDOMWindow::commonVM()->heap.objectCount();
H A DWebCoreStatistics.cpp102 *count = (UINT)JSDOMWindow::commonVM()->heap.objectCount();
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapStatistics.cpp171 size_t objectCount();
215 inline size_t StorageStatistics::objectCount() function in class:JSC::StorageStatistics
250 / storageStatistics.objectCount()));
H A DMarkedSpace.h108 size_t objectCount();
255 inline size_t MarkedSpace::objectCount() function in class:JSC::MarkedSpace
H A DHeap.cpp617 size_t Heap::objectCount() function in class:JSC::Heap
619 return m_objectSpace.objectCount();
H A DHeap.h145 JS_EXPORT_PRIVATE size_t objectCount();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPDFDocumentExtras.mm88 size_t objectCount = objects.size();
90 for (size_t i = 0; i < objectCount; ++i) {
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DBinaryPropertyList.cpp117 ObjectReference objectCount() const { return m_currentObjectReference; } function in class:BinaryPropertyListPlan
482 , m_objectReferenceSize(bytesNeeded(m_plan.objectCount()))
485 , m_bufferSize(m_offsetTableStart + m_plan.objectCount() * m_offsetSize + trailerSize)
507 ASSERT(m_currentObjectReference == m_plan.objectCount());
519 storeLength(trailer + 8, m_plan.objectCount());
520 storeLength(trailer + 16, m_plan.objectCount() - 1);
609 if (m_currentObjectReference < m_plan.objectCount())
612 ASSERT(m_currentObjectReference == m_plan.objectCount());
639 if (m_currentObjectReference != m_plan.objectCount())
642 ASSERT(m_currentObjectReference == m_plan.objectCount());
[all...]
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A DGather.c32 int32_t objectCount; member in struct:HFSInfoHeader
80 hdr.objectCount = S32(vop->count);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebCoreStatistics.mm62 return JSDOMWindow::commonVM()->heap.objectCount();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DSimplePDFPlugin.mm111 size_t objectCount = objects.size();
113 for (size_t i = 0; i < objectCount; ++i) {
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DAboutData.cpp284 builder.append(numberToHTMLTr("Object count", mainHeap.objectCount()));
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp472 return JSDOMWindow::commonVM()->heap.objectCount();
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp341 const unsigned objectCount = 1 ; local
342 const OSObject * objects[ objectCount ] =
348 const OSSymbol * keys[ objectCount ] =
354 OSDictionary * dict = OSDictionary::withObjects( objects, keys, objectCount ) ;
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DDumpRenderTreeSupportEfl.cpp408 return WebCore::JSDOMWindow::commonVM()->heap.objectCount();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp561 return JSDOMWindow::commonVM()->heap.objectCount();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/
H A DWebProcess.cpp976 data.statisticsNumbers.set(ASCIILiteral("JavaScriptObjectsCount"), JSDOMWindow::commonVM()->heap.objectCount());

Completed in 398 milliseconds