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

/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfilerBytecodeSequence.h48 unsigned size() const { return m_sequence.size(); }
49 const Bytecode& at(unsigned i) const { return m_sequence[i]; }
59 Vector<Bytecode> m_sequence; member in class:JSC::Profiler::BytecodeSequence
H A DProfilerBytecodeSequence.cpp57 m_sequence.append(Bytecode(bytecodeIndex, codeBlock->vm()->interpreter->getOpcodeID(codeBlock->instructions()[bytecodeIndex].u.opcode), out.toCString()));
70 return binarySearch<Bytecode, unsigned>(m_sequence, m_sequence.size(), bytecodeIndex, getBytecodeIndexForBytecode) - m_sequence.begin();
86 for (unsigned i = 0; i < m_sequence.size(); ++i)
87 sequence->putDirectIndex(exec, i, m_sequence[i].toJS(exec));

Completed in 133 milliseconds