summaryrefslogtreecommitdiffstats
path: root/vm/DvmDex.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-07-25 17:43:39 -0700
committerElliott Hughes <enh@google.com>2013-07-25 17:43:39 -0700
commitb4d5cf78d4731ffc6211d07a0d69c92c559ba792 (patch)
treecf7194563bada6a3026cf24d91cc7d102fa6eab5 /vm/DvmDex.h
parent45c42e768eda948570d6d2eb4086f184386b6712 (diff)
downloadandroid_dalvik-b4d5cf78d4731ffc6211d07a0d69c92c559ba792.tar.gz
android_dalvik-b4d5cf78d4731ffc6211d07a0d69c92c559ba792.tar.bz2
android_dalvik-b4d5cf78d4731ffc6211d07a0d69c92c559ba792.zip
Implement the dalvik side of libcore.reflect.
Change-Id: I9ef0da6f715e2727d8530aa7a8edee97b5bfa48d
Diffstat (limited to 'vm/DvmDex.h')
-rw-r--r--vm/DvmDex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm/DvmDex.h b/vm/DvmDex.h
index b3b596048..1785c26d0 100644
--- a/vm/DvmDex.h
+++ b/vm/DvmDex.h
@@ -21,6 +21,7 @@
#ifndef DALVIK_DVMDEX_H_
#define DALVIK_DVMDEX_H_
+#include "jni.h"
#include "libdex/DexFile.h"
/* extern */
@@ -61,6 +62,8 @@ struct DvmDex {
bool isMappedReadOnly;
MemMapping memMap;
+ jobject dex_object;
+
/* lock ensuring mutual exclusion during updates */
pthread_mutex_t modLock;
};