Lines Matching refs:mRefs
289 weakref_impl* const refs = mRefs; in incStrong()
309 weakref_impl* const refs = mRefs; in decStrong()
332 weakref_impl* const refs = mRefs; in forceIncStrong()
355 return mRefs->mStrong; in getStrongCount()
359 mRefs->mDestroyer = destroyer; in setDestroyer()
512 mRefs->incWeak(id); in createWeak()
513 return mRefs; in createWeak()
518 return mRefs; in getWeakRefs()
522 : mRefs(new weakref_impl(this)) in RefBase()
529 if ((mRefs->mFlags & OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_WEAK) { in ~RefBase()
530 if (mRefs->mWeak == 0) { in ~RefBase()
531 delete mRefs; in ~RefBase()
538 android_atomic_or(mode, &mRefs->mFlags); in extendObjectLifetime()