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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerBytecodes.h45 unsigned instructionCount() const { return m_instructionCount; }
57 unsigned m_instructionCount; member in class:JSC::Profiler::Bytecodes
H A DProfilerBytecodes.cpp43 , m_instructionCount(codeBlock->instructionCount())
62 result->putDirect(exec->vm(), exec->propertyNames().instructionCount, jsNumber(m_instructionCount));

Completed in 298 milliseconds