Home | History | Annotate | Download | only in jni

Lines Matching refs:_Unwind_Exception

24   CHECK_EQ(24, sizeof(struct _Unwind_Exception));
25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
26 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
27 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
28 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2));
30 CHECK_EQ(32, sizeof(struct _Unwind_Exception));
31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
32 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
33 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
34 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2));
36 CHECK_EQ(32, sizeof(struct _Unwind_Exception));
37 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
38 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
39 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_1));
40 CHECK_EQ(24, offsetof(struct _Unwind_Exception, private_2));