Searched refs:firstRef (Results 1 – 2 of 2) sorted by relevance
71 val first = firstRef().get() ?: return 077 val firstRef = firstRef() in take() constant79 val first = firstRef.getAndSet(LOCK) in take()87 firstRef.set(null) in take()92 firstRef.set(first.next) in take()105 val firstRef = firstRef() in recycle() constant107 val first = firstRef.get() in recycle()117 if (!firstRef.compareAndSet(first, segment)) { in recycle()122 private fun firstRef(): AtomicReference<Segment?> { in firstRef() method
927 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols() local930 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()934 firstRef[undef.sym] = &undef; in reportUndefinedSymbols()