Home
last modified time | relevance | path

Searched refs:numRemoves (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DHashTable.cpp32 int HashTableStats::numRemoves; member in WTF::HashTableStats
DHashTable.h54 static int numRemoves; member
828 atomicIncrement(&HashTableStats::numRemoves);
/external/webkit/Source/JavaScriptCore/runtime/
DPropertyMapHashTable.h42 extern int numRemoves;
389 ++numRemoves; in remove()
DStructure.cpp58 int numRemoves; variable
625 printf("%d removes\n", numRemoves); in ~PropertyMapStatisticsExitLogger()