HomeSort by relevance Sort by last modified time
    Searched refs:super_method (Results 1 - 2 of 2) sorted by null

  /art/test/004-JniTest/
jni_test.cc 536 void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, const char* test_case) {
538 if (super_object && !super_method) {
541 if (super_class && !super_method) {
549 jmethodID m = (super_method) ? super_nonstatic_ : sub_nonstatic_;
553 CHECK_EQ(super_field, super_method);
554 CHECK_NE(sub_field, super_method);
  /art/runtime/
class_linker.cc 5932 ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); local
6363 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); local
    [all...]

Completed in 555 milliseconds