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

/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfilerCompilation.h59 void noticeInlinedGetById() { m_numInlinedGetByIds++; }
88 unsigned m_numInlinedGetByIds; member in class:JSC::Profiler::Compilation
H A DProfilerCompilation.cpp41 , m_numInlinedGetByIds(0)
132 result->putDirect(exec->vm(), exec->propertyNames().numInlinedGetByIds, jsNumber(m_numInlinedGetByIds));

Completed in 113 milliseconds