Lines Matching refs:refs
511 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() local
513 refs->decWeak(mProcess.get()); in processPendingDerefs()
538 RefBase::weakref_type* refs = mPostWriteWeakDerefs[0]; in processPostWriteDerefs() local
540 refs->decWeak(mProcess.get()); in processPostWriteDerefs()
1054 RefBase::weakref_type* refs; in executeCommand() local
1065 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1067 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1069 refs, obj, refs->refBase()); in executeCommand()
1076 mOut.writePointer((uintptr_t)refs); in executeCommand()
1081 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1083 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1085 refs, obj, refs->refBase()); in executeCommand()
1094 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1096 refs->incWeak(mProcess.get()); in executeCommand()
1098 mOut.writePointer((uintptr_t)refs); in executeCommand()
1103 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1111 mPendingWeakDerefs.push(refs); in executeCommand()
1115 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1119 const bool success = refs->attemptIncStrong(mProcess.get()); in executeCommand()
1120 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand()
1122 refs, obj, refs->refBase()); in executeCommand()