Home
last modified time | relevance | path

Searched refs:usedCount (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyMapHashTable.h216 unsigned usedCount() const;
311 return iterator(table() + usedCount()); in end()
321 return const_iterator(table() + usedCount()); in end()
373 unsigned entryIndex = usedCount() + 1; in add()
480 unsigned entryIndex = usedCount() + 1; in reinsert()
531 inline unsigned PropertyTable::usedCount() const in usedCount() function
552 return usedCount() < tableCapacity(); in canInsert()
DStructure.cpp814 ASSERT(entryIndex - 1 <= usedCount()); in checkConsistency()
826 for (unsigned c = 0; c < usedCount(); ++c) { in checkConsistency()
/external/webkit/Source/JavaScriptCore/
DChangeLog6967 (JSC::PropertyTable::usedCount):