Home | History | Annotate | Download | only in utils

Lines Matching refs:mRefs

321     weakref_impl* const refs = mRefs;
340 weakref_impl* const refs = mRefs;
358 weakref_impl* const refs = mRefs;
380 return mRefs->mStrong;
571 mRefs->incWeak(id);
572 return mRefs;
577 return mRefs;
581 : mRefs(new weakref_impl(this))
587 if (mRefs->mStrong == INITIAL_STRONG_VALUE) {
589 delete mRefs;
594 if ((mRefs->mFlags & OBJECT_LIFETIME_MASK) != OBJECT_LIFETIME_STRONG) {
597 if (mRefs->mWeak == 0) {
598 delete mRefs;
603 const_cast<weakref_impl*&>(mRefs) = NULL;
608 android_atomic_or(mode, &mRefs->mFlags);
647 ref->mRefs->renameStrongRefId(old_id, new_id);
648 ref->mRefs->renameWeakRefId(old_id, new_id);