Lines Matching refs:refs
498 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() local
500 refs->decWeak(mProcess.get()); in processPendingDerefs()
525 RefBase::weakref_type* refs = mPostWriteWeakDerefs[0]; in processPostWriteDerefs() local
527 refs->decWeak(mProcess.get()); in processPostWriteDerefs()
1050 RefBase::weakref_type* refs; in executeCommand() local
1061 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1063 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1065 refs, obj, refs->refBase()); in executeCommand()
1072 mOut.writePointer((uintptr_t)refs); in executeCommand()
1077 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1079 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1081 refs, obj, refs->refBase()); in executeCommand()
1090 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1092 refs->incWeak(mProcess.get()); in executeCommand()
1094 mOut.writePointer((uintptr_t)refs); in executeCommand()
1099 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1107 mPendingWeakDerefs.push(refs); in executeCommand()
1111 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1115 const bool success = refs->attemptIncStrong(mProcess.get()); in executeCommand()
1116 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand()
1118 refs, obj, refs->refBase()); in executeCommand()