Searched refs:m_counters (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorCounters.cpp51 m_counters[i] = 0;
56 return m_counters[type];
H A DInspectorCounters.h96 ++m_counters[type];
101 --m_counters[type];
109 int m_counters[CounterTypeLength]; member in class:WebCore::ThreadLocalInspectorCounters
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerCompilation.cpp72 HashMap<OriginStack, OwnPtr<ExecutionCounter> >::iterator iter = m_counters.find(origin);
73 if (iter != m_counters.end())
78 m_counters.add(origin, counter.release());
111 HashMap<OriginStack, OwnPtr<ExecutionCounter> >::const_iterator end = m_counters.end();
112 for (HashMap<OriginStack, OwnPtr<ExecutionCounter> >::const_iterator iter = m_counters.begin(); iter != end; ++iter) {
H A DProfilerCompilation.h77 HashMap<OriginStack, OwnPtr<ExecutionCounter> > m_counters; member in class:JSC::Profiler::Compilation

Completed in 74 milliseconds