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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerCompilation.h58 void noticeInlinedGetById() { m_numInlinedGetByIds++; }
80 unsigned m_numInlinedGetByIds; member in class:JSC::Profiler::Compilation
H A DProfilerCompilation.cpp40 , m_numInlinedGetByIds(0)
130 result->putDirect(exec->vm(), exec->propertyNames().numInlinedGetByIds, jsNumber(m_numInlinedGetByIds));

Completed in 83 milliseconds