Lines Matching refs:refs
457 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; in processPendingDerefs() local
458 refs->decWeak(mProcess.get()); in processPendingDerefs()
947 RefBase::weakref_type* refs; in executeCommand() local
959 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
961 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
963 refs, obj, refs->refBase()); in executeCommand()
970 mOut.writePointer((uintptr_t)refs); in executeCommand()
975 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
977 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
979 refs, obj, refs->refBase()); in executeCommand()
988 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
990 refs->incWeak(mProcess.get()); in executeCommand()
992 mOut.writePointer((uintptr_t)refs); in executeCommand()
997 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1005 mPendingWeakDerefs.push(refs); in executeCommand()
1009 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1013 const bool success = refs->attemptIncStrong(mProcess.get()); in executeCommand()
1014 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand()
1016 refs, obj, refs->refBase()); in executeCommand()