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

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebJavaScriptCollector.idl42 HRESULT objectCount([out, retval] UINT* count);
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DSmallAllocator.h48 unsigned short objectCount();
92 inline unsigned short SmallAllocator::objectCount() function in class:bmalloc::SmallAllocator
99 return SmallLine::maxRefCount - objectCount();
/macosx-10.10/WebKit-7600.1.25/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.cpp107 *count = (UINT)JSDOMWindow::commonVM().heap.objectCount();
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHeapStatistics.cpp172 size_t objectCount();
216 inline size_t StorageStatistics::objectCount() function in class:JSC::StorageStatistics
254 / storageStatistics.objectCount()));
H A DMarkedSpace.h133 size_t objectCount();
303 inline size_t MarkedSpace::objectCount() function in class:JSC::MarkedSpace
H A DHeap.h168 JS_EXPORT_PRIVATE size_t objectCount();
H A DHeap.cpp817 size_t Heap::objectCount() function in class:JSC::Heap
819 return m_objectSpace.objectCount();
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPDFDocumentExtras.mm90 size_t objectCount = objects.size();
92 for (size_t i = 0; i < objectCount; ++i) {
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp120 ObjectReference objectCount() const { return m_currentObjectReference; } function in class:BinaryPropertyListPlan
485 , m_objectReferenceSize(bytesNeeded(m_plan.objectCount()))
488 , m_bufferSize(m_offsetTableStart + m_plan.objectCount() * m_offsetSize + trailerSize)
510 ASSERT(m_currentObjectReference == m_plan.objectCount());
522 storeLength(trailer + 8, m_plan.objectCount());
523 storeLength(trailer + 16, m_plan.objectCount() - 1);
612 if (m_currentObjectReference < m_plan.objectCount())
615 ASSERT(m_currentObjectReference == m_plan.objectCount());
642 if (m_currentObjectReference != m_plan.objectCount())
645 ASSERT(m_currentObjectReference == m_plan.objectCount());
[all...]
/macosx-10.10/hfs-285/CopyHFSMeta/
H A DGather.c32 int32_t objectCount; member in struct:HFSInfoHeader
80 hdr.objectCount = S32(vop->count);
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebCoreStatistics.mm62 return JSDOMWindow::commonVM().heap.objectCount();
/macosx-10.10/IOFireWireFamily-456/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.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp527 return JSDOMWindow::commonVM().heap.objectCount();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm451 size_t objectCount = objects.size();
453 for (size_t i = 0; i < objectCount; ++i) {
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.cpp911 data.statisticsNumbers.set(ASCIILiteral("JavaScriptObjectsCount"), JSDOMWindow::commonVM().heap.objectCount());

Completed in 203 milliseconds