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

/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfilerCompilation.h85 HashMap<OriginStack, std::unique_ptr<ExecutionCounter>> m_counters; member in class:JSC::Profiler::Compilation
H A DProfilerCompilation.cpp78 std::unique_ptr<ExecutionCounter>& counter = m_counters.add(origin, nullptr).iterator->value;
114 for (auto it = m_counters.begin(), end = m_counters.end(); it != end; ++it) {

Completed in 164 milliseconds