Home | History | Annotate | Download | only in runtime

Lines Matching full:referent

724   ArtField* referent
725 CHECK_STREQ(referent->GetName(), "referent");
726 CHECK_STREQ(referent->GetTypeDescriptor(), "Ljava/lang/Object;");
7264 // We lie to the GC about the java.lang.ref.Reference.referent field, so it doesn't scan it.
7267 // that 'referent' is alphabetically last, so this is easy...
7269 CHECK_STREQ(fields->At(num_fields - 1).GetName(), "referent")
7342 strcmp("referent", field->GetName()) == 0) {