Home | History | Annotate | Download | only in compiler

Lines Matching refs:Reference

1501                                  ObjPtr<mirror::Reference> ref) const
1503 operator()(ref, mirror::Reference::ReferentOffset(), /* is_static */ false);
2102 // safe since we mark all of the objects that may reference non immune objects as gray.
2124 // Copy the reference and record the fixup if necessary.
2130 // java.lang.ref.Reference visitor.
2132 ObjPtr<mirror::Reference> ref) const
2134 operator()(ref, mirror::Reference::ReferentOffset(), /* is_static */ false);
2154 ObjPtr<mirror::Reference> ref ATTRIBUTE_UNUSED) const
2156 LOG(FATAL) << "Reference not expected here.";