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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerOSRExitSite.h34 class OSRExitSite { class in namespace:JSC::Profiler
36 explicit OSRExitSite(const Vector<const void*>& codeAddresses) function in class:JSC::Profiler::OSRExitSite
H A DProfilerOSRExitSite.cpp37 JSValue OSRExitSite::toJS(ExecState* exec) const
H A DProfilerCompilation.h78 Vector<OSRExitSite> m_osrExitSites;
H A DProfilerCompilation.cpp84 m_osrExitSites.append(OSRExitSite(codeAddresses));

Completed in 50 milliseconds