Searched refs:accessCount (Results 1 – 5 of 5) sorted by relevance
370 unsigned accessCount = max(resource->accessCount(), 1U); in lruListFor() local371 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()
142 unsigned accessCount() const { return m_accessCount; } in accessCount() function
342 ASSERT(m_pendingScript->accessCount() > 0); in notifyFinished()
16341 ASSERT(cs->accessCount() > 0) when instantiating widget templates in DashCode16343 If the cache is disabled, accessCount will always be 0. Account for this in the assert.
21539 (WebCore::CachedResource::accessCount):