]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGOSRExitCompiler.h
JavaScriptCore-7600.1.4.9.tar.gz
[apple/javascriptcore.git] / dfg / DFGOSRExitCompiler.h
index a2be5b849d3dbf49c4f2f2d5289d9e2ebecedbc0..556fe0bf26c41e22dbbc463017741a2538d85ada 100644 (file)
 #ifndef DFGOSRExitCompiler_h
 #define DFGOSRExitCompiler_h
 
-#include <wtf/Platform.h>
-
 #if ENABLE(DFG_JIT)
 
-#include "DFGAssemblyHelpers.h"
-#include "DFGCCallHelpers.h"
+#include "AssemblyHelpers.h"
+#include "CCallHelpers.h"
 #include "DFGOSRExit.h"
 #include "DFGOperations.h"
 
@@ -71,14 +69,12 @@ private:
         return result;
     }
     
-    void handleExitCounts(const OSRExit&);
-    
     CCallHelpers& m_jit;
     Vector<unsigned> m_poisonScratchIndices;
 };
 
 extern "C" {
-void DFG_OPERATION compileOSRExit(ExecState*) WTF_INTERNAL;
+void JIT_OPERATION compileOSRExit(ExecState*) WTF_INTERNAL;
 }
 
 } } // namespace JSC::DFG