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

/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfilerCompilation.cpp92 m_osrExits.append(OSRExit(id, originStack, exitKind, isWatchpoint));
93 return &m_osrExits.last();
128 for (unsigned i = 0; i < m_osrExits.size(); ++i)
129 exits->putDirectIndex(exec, i, m_osrExits[i].toJS(exec));
H A DProfilerCompilation.h87 SegmentedVector<OSRExit> m_osrExits; member in class:JSC::Profiler::Compilation

Completed in 108 milliseconds