Searched defs:HashTableStats (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h40 HashTableStats::recordCollisionAtCount(probeCount); \
44 atomicIncrement(&HashTableStats::numAccesses); \
51 HashTableStats::recordCollisionAtCount(probeCount)
53 atomicIncrement(&HashTableStats::numAccesses); \
74 struct HashTableStats { struct in namespace:WTF
903 atomicIncrement(&HashTableStats::numReinserts);
948 atomicIncrement(&HashTableStats::numRemoves);
1058 atomicIncrement(&HashTableStats::numRehashes);

Completed in 505 milliseconds