Home | History | Annotate | Download | only in runtime

Lines Matching defs:init

1008   mirror::StaticStorageBase* init = ResolveVerifyAndClinit(type_idx, getS0, Thread::Current(), true, false);
1009 EXPECT_TRUE(init != NULL);
1010 EXPECT_EQ(init, clinit->GetDexCacheInitializedStaticStorage()->Get(type_idx));