Home
last modified time | relevance | path

Searched refs:m_counters (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
DV8Counters.cpp51 HashMap<String, V8Counters::Counter*> V8Counters::m_counters; member in WebCore::V8Counters
56 Counter* counter = m_counters.get(name); in counterForName()
59 m_counters.add(name, counter); in counterForName()
69 m_counters.add(name, counter); in createHistogram()
99 for (CounterIterator iter = m_counters.begin(); iter != m_counters.end(); ++iter) { in dumpCounters()
DV8Counters.h70 static HashMap<String, Counter*> m_counters; variable