HomeSort by relevance Sort by last modified time
    Searched refs:usedCount (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 216 unsigned usedCount() const;
311 return iterator(table() + usedCount());
321 return const_iterator(table() + usedCount());
373 unsigned entryIndex = usedCount() + 1;
480 unsigned entryIndex = usedCount() + 1;
531 inline unsigned PropertyTable::usedCount() const
552 return usedCount() < tableCapacity();
Structure.cpp 814 ASSERT(entryIndex - 1 <= usedCount());
826 for (unsigned c = 0; c < usedCount(); ++c) {

Completed in 228 milliseconds