Re: [android-developers] stacksz

2012-06-01 Thread Mark Murphy
This list is for developing apps with the Android SDK. Please visit http://source.android.com to learn more about Android internals. On Fri, Jun 1, 2012 at 6:00 AM, marie wrote: > Hi, > In kaffe VM http://www.lamedoc.com/kaffe/classMethod_8h_source.html  i > find this code : > > typedef struct _j

[android-developers] stacksz

2012-06-01 Thread marie
Hi, In kaffe VM http://www.lamedoc.com/kaffe/classMethod_8h_source.html i find this code : typedef struct _jmethodID { Utf8Const*name; parsed_signature_t*parsed_sig; accessFlagsaccflags; longidx;/* Index into class->vtable */ u2s