Home | History | Annotate | Download | only in jni

Lines Matching refs:S2

19 struct S2 : virtual public S1
30 struct S4 : public S3, virtual public S2
43 void S2::s1 ()
47 void S2::s0 ()
80 S2 primary vtable
82 S2::s1 vcall offset
84 S2::s0 vcall offset
86 S2 offset to top
87 S2 RTTI
88 S2::s0
89 S2::s1
105 vbase offset for S2
111 S2-in-S4 secondary vtable
116 S2:s0 vcall offset
117 S2 offset to top
119 S2::s0
167 if (*vtbl != ((char*) (S2*) &s4) - (char*) &s4)
185 // The S4::s1 vcall offset is negative; once you convert to S2, you
187 if (*vtbl != ((char*) &s4 - (char*) (S2*) &s4))
196 // Now we're at the S2 offset to top entry.
197 if (*vtbl != ((char*) &s4 - (char*) (S2*) &s4))