| commit | 46cd5b63c29d3284a9ff3e0d0711fb136f409313 | [log] [tgz] |
|---|---|---|
| author | Bill Buzbee <buzbee@google.com> | Fri Jun 05 15:36:06 2009 -0700 |
| committer | Bill Buzbee <buzbee@google.com> | Fri Jun 05 16:39:52 2009 -0700 |
| tree | 1fcb8b3025a7002c28ac1b29f2397470ff5e79c7 | |
| parent | 39727af71d399162b27f680a6e888c50cf7ad029 [diff] [blame] |
Support for stopping all threads in a Jit environment.
diff --git a/vm/compiler/Compiler.h b/vm/compiler/Compiler.h index 7209701..9bcee12 100644 --- a/vm/compiler/Compiler.h +++ b/vm/compiler/Compiler.h
@@ -95,5 +95,6 @@ void *dvmCompileTrace(JitTraceDescription *trace); void dvmCompilerDumpStats(void); void dvmCompilerDrainQueue(void); +void dvmJitUnchainAll(void); #endif /* _DALVIK_VM_COMPILER */