Searched refs:m_bytecodes (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerProfiledBytecodes.h40 const Bytecodes* bytecodes() const { return m_bytecodes; }
45 Bytecodes* m_bytecodes; member in class:JSC::Profiler::ProfiledBytecodes
H A DProfilerOrigin.cpp38 : m_bytecodes(database.ensureBytecodesFor(codeBlock))
45 out.print(*m_bytecodes, ":bc#", m_bytecodeIndex);
51 result->putDirect(exec->vm(), exec->propertyNames().bytecodesID, jsNumber(m_bytecodes->id()));
H A DProfilerProfiledBytecodes.cpp37 , m_bytecodes(bytecodes)
49 result->putDirect(exec->vm(), exec->propertyNames().bytecodesID, jsNumber(m_bytecodes->id()));
H A DProfilerOrigin.h56 : m_bytecodes(bytecodes)
66 Bytecodes* bytecodes() const { return m_bytecodes; }
79 Bytecodes* m_bytecodes;
85 return m_bytecodes == other.m_bytecodes
91 return WTF::PtrHash<Bytecodes*>::hash(m_bytecodes) + m_bytecodeIndex;
H A DProfilerCompilation.h62 Bytecodes* bytecodes() const { return m_bytecodes; }
73 Bytecodes* m_bytecodes; member in class:JSC::Profiler::Compilation
H A DProfilerDatabase.cpp69 m_bytecodes.append(Bytecodes(m_bytecodes.size(), codeBlock));
70 Bytecodes* result = &m_bytecodes.last();
99 for (unsigned i = 0; i < m_bytecodes.size(); ++i)
100 bytecodes->putDirectIndex(exec, i, m_bytecodes[i].toJS(exec));
H A DProfilerDatabase.h82 SegmentedVector<Bytecodes> m_bytecodes; member in class:JSC::Profiler::Database
H A DProfilerCompilation.cpp38 : m_bytecodes(bytecodes)
97 result->putDirect(exec->vm(), exec->propertyNames().bytecodesID, jsNumber(m_bytecodes->id()));

Completed in 190 milliseconds