Lines Matching refs:ref_offsets
745 inline void Object::VisitFieldsReferences(uint32_t ref_offsets, const Visitor& visitor) {
746 if (LIKELY(ref_offsets != CLASS_WALK_SUPER)) {
749 ref_offsets ^= kWordHighBitMask;
753 while (ref_offsets != 0) {
754 size_t right_shift = CLZ(ref_offsets);
757 ref_offsets &= ~(CLASS_HIGH_BIT >> right_shift);