From 3f349af599ce964107f2c45119280c5581278f87 Mon Sep 17 00:00:00 2001 From: Carl Shapiro Date: Thu, 25 Feb 2010 15:47:08 -0800 Subject: Relocate function declaration out the GC and into the compiler. --- vm/compiler/Compiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm/compiler/Compiler.h') diff --git a/vm/compiler/Compiler.h b/vm/compiler/Compiler.h index ccc91ddb2..1854df546 100644 --- a/vm/compiler/Compiler.h +++ b/vm/compiler/Compiler.h @@ -155,6 +155,7 @@ void dvmCompilerDumpStats(void); void dvmCompilerDrainQueue(void); void dvmJitUnchainAll(void); void dvmCompilerSortAndPrintTraceProfiles(void); +void dvmCompilerPerformSafePointChecks(void); struct CompilationUnit; struct BasicBlock; -- cgit v1.2.3