summaryrefslogtreecommitdiffstats
path: root/vm/Globals.h
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2011-03-28 15:03:21 -0700
committerAndy McFadden <fadden@android.com>2011-03-28 15:33:39 -0700
commitce1762c38447714349cfbf71a73750e7fa382c11 (patch)
tree9b15375151a6c0b68d82accd49419d32225f43ed /vm/Globals.h
parent44cec053863fd66cf51048dc43d415ce6af5fd24 (diff)
downloadandroid_dalvik-ce1762c38447714349cfbf71a73750e7fa382c11.tar.gz
android_dalvik-ce1762c38447714349cfbf71a73750e7fa382c11.tar.bz2
android_dalvik-ce1762c38447714349cfbf71a73750e7fa382c11.zip
Prep DDMS stuff in InitRefs
Find some methods and field offsets. Also removed a duplicate entry. Change-Id: I4c23af6cfe6e7d4f5e8767c5a9a30d3b441ad425
Diffstat (limited to 'vm/Globals.h')
-rw-r--r--vm/Globals.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/vm/Globals.h b/vm/Globals.h
index 9d697cef2..9e37aac3d 100644
--- a/vm/Globals.h
+++ b/vm/Globals.h
@@ -401,6 +401,16 @@ struct DvmGlobals {
int offJavaNioBuffer_capacity;
int offJavaNioBuffer_effectiveDirectAddress;
+ /* direct method pointers - org.apache.harmony.dalvik.ddmc.DdmServer */
+ Method* methDalvikDdmcServer_dispatch;
+ Method* methDalvikDdmcServer_broadcast;
+
+ /* field offsets - org.apache.harmony.dalvik.ddmc.Chunk */
+ int offDalvikDdmcChunk_type;
+ int offDalvikDdmcChunk_data;
+ int offDalvikDdmcChunk_offset;
+ int offDalvikDdmcChunk_length;
+
/*
* Thread list. This always has at least one element in it (main),
* and main is always the first entry.