Home | History | Annotate | Download | only in runtime

Lines Matching defs:getS0

1295   // case 2, get the initialized storage from StaticsFromCode.getS0
1305 ArtMethod* getS0 =
1306 klass->FindClassMethod("getS0", "()Ljava/lang/Object;", kRuntimePointerSize);
1307 ASSERT_TRUE(getS0 != nullptr);
1308 ASSERT_TRUE(getS0->IsStatic());
1320 getS0,