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

/macosx-10.10.1/JavaScriptCore-7600.1.17/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));
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedInstructionStream.cpp79 : m_instructionCount(instructions.size())
84 buffer.resizeToFit(m_instructionCount * 5);
88 for (unsigned i = 0; i < m_instructionCount;) {
109 m_unpackedInstructionsForDebugging = RefCountedArray<UnlinkedInstruction>(m_instructionCount);
H A DUnlinkedInstructionStream.h40 unsigned count() const { return m_instructionCount; }
70 unsigned m_instructionCount; member in class:JSC::UnlinkedInstructionStream

Completed in 108 milliseconds