Searched refs:getS0 (Results 1 - 3 of 3) sorted by relevance

/art/test/StaticsFromCode/
H A DStaticsFromCode.java20 static Object getS0() { method in class:StaticsFromCode
/art/test/Statics/
H A DStatics.java28 static boolean getS0() { method in class:Statics
/art/runtime/
H A Dclass_linker_test.cc1063 // case 2, get the initialized storage from StaticsFromCode.getS0
1073 ArtMethod* getS0 = klass->FindDirectMethod("getS0", "()Ljava/lang/Object;", sizeof(void*)); local
1080 mirror::Class* init = ResolveVerifyAndClinit(type_idx, getS0, soa.Self(), true, false);

Completed in 87 milliseconds