Lines Matching refs:refs
584 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() local
586 refs->decWeak(mProcess.get()); in processPendingDerefs()
605 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i]; in processPostWriteDerefs() local
606 refs->decWeak(mProcess.get()); in processPostWriteDerefs()
1128 RefBase::weakref_type* refs; in executeCommand() local
1140 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1142 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1144 refs, obj, refs->refBase()); in executeCommand()
1151 mOut.writePointer((uintptr_t)refs); in executeCommand()
1156 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1158 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1160 refs, obj, refs->refBase()); in executeCommand()
1169 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1171 refs->incWeak(mProcess.get()); in executeCommand()
1173 mOut.writePointer((uintptr_t)refs); in executeCommand()
1178 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1186 mPendingWeakDerefs.push(refs); in executeCommand()
1190 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1194 const bool success = refs->attemptIncStrong(mProcess.get()); in executeCommand()
1195 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand()
1197 refs, obj, refs->refBase()); in executeCommand()