Home | History | Annotate | Download | only in runtime

Lines Matching refs:s4

887   mirror::ArtField* s4 = statics->FindStaticField("s4", "I");
888 fh.ChangeField(s4);
890 EXPECT_EQ(2000000000, s4->GetInt(statics));
891 s4->SetInt(statics, 2000000001);
923 EXPECT_EQ(2000000001, s4->GetInt(statics));