diff options
author | Carl Shapiro <cshapiro@google.com> | 2010-02-25 15:47:08 -0800 |
---|---|---|
committer | Carl Shapiro <cshapiro@google.com> | 2010-02-25 15:47:08 -0800 |
commit | 3f349af599ce964107f2c45119280c5581278f87 (patch) | |
tree | 5fae408c2168dda70944c6d0c75f40358dc72ca3 /vm/compiler/Compiler.h | |
parent | 4259416e0638e2d2d57aca4807f76e9f4f2dcf15 (diff) | |
download | android_dalvik-3f349af599ce964107f2c45119280c5581278f87.tar.gz android_dalvik-3f349af599ce964107f2c45119280c5581278f87.tar.bz2 android_dalvik-3f349af599ce964107f2c45119280c5581278f87.zip |
Relocate function declaration out the GC and into the compiler.
Diffstat (limited to 'vm/compiler/Compiler.h')
-rw-r--r-- | vm/compiler/Compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |