Searched refs:newRefCount (Results 1 – 1 of 1) sorted by relevance
1452 int newRefCount = deathRecipient.second + 1; in addDeathRecipient() local1453 deathRecipient = new Pair<>(deathRecipient.first, newRefCount); in addDeathRecipient()1463 int newRefCount = deathRecipient.second - 1; in removeDeathRecipient() local1464 if (newRefCount == 0) { in removeDeathRecipient()1469 deathRecipient = new Pair<>(deathRecipient.first, newRefCount); in removeDeathRecipient()