Lines Matching defs:getS0
1257 // case 2, get the initialized storage from StaticsFromCode.getS0
1267 ArtMethod* getS0 =
1268 klass->FindClassMethod("getS0", "()Ljava/lang/Object;", kRuntimePointerSize);
1269 ASSERT_TRUE(getS0 != nullptr);
1270 ASSERT_TRUE(getS0->IsStatic());
1277 mirror::Class* init = ResolveVerifyAndClinit(type_idx, getS0, soa.Self(), true, false);