#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"
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