Searched refs:super_ (Results 1 – 1 of 1) sorted by relevance
/art/test/004-JniTest/ |
D | jni_test.cc | 368 super_(GetClass("JniCallNonvirtualTest")), in JniCallNonvirtualVoidMethodTest() 370 super_constructor_(GetMethodID(super_, true, "<init>")), in JniCallNonvirtualVoidMethodTest() 371 super_static_(GetMethodID(super_, false, "staticMethod")), in JniCallNonvirtualVoidMethodTest() 372 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")), in JniCallNonvirtualVoidMethodTest() 376 super_field_(GetFieldID(super_, "nonstaticMethodSuperCalled")), in JniCallNonvirtualVoidMethodTest() 377 sub_field_(GetFieldID(super_, "nonstaticMethodSubCalled")) {} in JniCallNonvirtualVoidMethodTest() 390 jclass const super_; member in JniCallNonvirtualVoidMethodTest 479 CallMethod(nullptr, super_, super_static_, false, "null object, super class, super static"); in TestStaticCallNonvirtualMethod() 492 CallMethod(nullptr, super_, sub_static_, false, "null object, super class, sub static"); in TestStaticCallNonvirtualMethod() 497 jobject super_super = CallConstructor(super_, super_constructor_); in TestNewObject() [all …]
|