Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DHashTable.cpp32 int HashTableStats::numRemoves; member in WTF::HashTableStats
DHashTable.h52 static int numRemoves; member
816 atomicIncrement(&HashTableStats::numRemoves);
/external/webkit/JavaScriptCore/runtime/
DStructure.cpp558 static int numRemoves; variable
572 printf("%d removes\n", numRemoves); in ~PropertyMapStatisticsExitLogger()
760 ++numRemoves; in remove()