Home | History | Annotate | Download | only in runtime

Lines Matching refs:getS0

1311   // case 2, get the initialized storage from StaticsFromCode.getS0
1322 ArtMethod* getS0 =
1323 klass->FindClassMethod("getS0", "()Ljava/lang/Object;", kRuntimePointerSize);
1324 ASSERT_TRUE(getS0 != nullptr);
1325 ASSERT_TRUE(getS0->IsStatic());
1337 getS0,