Searched refs:otherPtr (Results 1 – 3 of 3) sorted by relevance
285 T* otherPtr(other.m_ptr);286 if (otherPtr) otherPtr->incStrong(this);289 m_ptr = otherPtr;306 T* otherPtr(other.m_ptr);307 if (otherPtr) otherPtr->incStrong(this);310 m_ptr = otherPtr;
630 T* otherPtr(other.m_ptr);631 if (otherPtr) otherRefs->incWeak(this);633 m_ptr = otherPtr;643 T* otherPtr(other.m_ptr);645 m_ptr = otherPtr;654 U* otherPtr(other.m_ptr);655 if (otherPtr) otherRefs->incWeak(this);657 m_ptr = otherPtr;667 U* otherPtr(other.m_ptr);669 m_ptr = otherPtr;
2152 private static synchronized native void nativeSwap(long ptr, long otherPtr) in nativeSwap() argument