Home | History | Annotate | Download | only in mirror

Lines Matching refs:ref_offsets

867 inline void Object::VisitFieldsReferences(uint32_t ref_offsets, const Visitor& visitor) {
868 if (!kIsStatic && (ref_offsets != mirror::Class::kClassWalkSuper)) {
871 while (ref_offsets != 0) {
872 if ((ref_offsets & 1) != 0) {
875 ref_offsets >>= 1;