Home
last modified time | relevance | path

Searched refs:accessCount (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.cpp370 unsigned accessCount = max(resource->accessCount(), 1U); in lruListFor() local
371 unsigned queueIndex = fastLog2(resource->size() / accessCount); in lruListFor()
383 if (resource->accessCount() == 0) in removeFromLRUList()
432 ASSERT(resource->accessCount() > 0); in insertInLRUList()
468 if (!resource->accessCount()) in resourceAccessed()
687 …(current->encodedSize() + current->overheadSize()) / 1024.0f, current->accessCount(), current->has… in dumpLRULists()
DCachedResource.h142 unsigned accessCount() const { return m_accessCount; } in accessCount() function
/external/webkit/Source/WebCore/dom/
DXMLDocumentParser.cpp342 ASSERT(m_pendingScript->accessCount() > 0); in notifyFinished()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1416341 ASSERT(cs->accessCount() > 0) when instantiating widget templates in DashCode
16343 If the cache is disabled, accessCount will always be 0. Account for this in the assert.
DChangeLog-2006-12-3121539 (WebCore::CachedResource::accessCount):