diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2009-11-12 18:45:15 -0800 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2009-11-12 18:45:15 -0800 |
| commit | 72e93344b4d1ffc71e9c832ec23de0657e5b04a5 (patch) | |
| tree | 1a08d1e43d54200ea737234d865c4668c5d3535b /vm/Dalvik.h | |
| parent | dfd0afbcb08b871e224a28ecb4ed427a7693545c (diff) | |
| download | android_dalvik-72e93344b4d1ffc71e9c832ec23de0657e5b04a5.tar.gz android_dalvik-72e93344b4d1ffc71e9c832ec23de0657e5b04a5.tar.bz2 android_dalvik-72e93344b4d1ffc71e9c832ec23de0657e5b04a5.zip | |
eclair snapshot
Diffstat (limited to 'vm/Dalvik.h')
| -rw-r--r-- | vm/Dalvik.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vm/Dalvik.h b/vm/Dalvik.h index 2c7bd7c09..054b838e0 100644 --- a/vm/Dalvik.h +++ b/vm/Dalvik.h @@ -44,6 +44,7 @@ #include "UtfString.h" #include "Intern.h" #include "ReferenceTable.h" +#include "IndirectRefTable.h" #include "AtomicCache.h" #include "Thread.h" #include "Ddm.h" @@ -67,11 +68,15 @@ #include "LinearAlloc.h" #include "analysis/DexVerify.h" #include "analysis/DexOptimize.h" +#include "analysis/RegisterMap.h" #include "Init.h" #include "libdex/OpCode.h" #include "libdex/InstrUtils.h" #include "AllocTracker.h" #include "PointerSet.h" +#if defined(WITH_JIT) +#include "compiler/Compiler.h" +#endif #include "Globals.h" #include "reflect/Reflect.h" #include "oo/TypeCheck.h" |
