Relocate function declaration out the GC and into the compiler.
diff --git a/vm/compiler/Compiler.h b/vm/compiler/Compiler.h
index ccc91dd..1854df5 100644
--- a/vm/compiler/Compiler.h
+++ b/vm/compiler/Compiler.h
@@ -155,6 +155,7 @@
 void dvmCompilerDrainQueue(void);
 void dvmJitUnchainAll(void);
 void dvmCompilerSortAndPrintTraceProfiles(void);
+void dvmCompilerPerformSafePointChecks(void);
 
 struct CompilationUnit;
 struct BasicBlock;