Searched refs:IsLifeTimeExtended (Results 1 – 9 of 9) sorted by relevance
297 if (IsLifeTimeExtended()) { in DecWeakRefCount()347 bool RefCounter::IsLifeTimeExtended() in IsLifeTimeExtended() function in OHOS::RefCounter366 if ((curCount == INITIAL_PRIMARY_VALUE) && !IsLifeTimeExtended()) { in AttemptIncStrongRef()376 if (IsLifeTimeExtended()) { in AttemptIncStrongRef()392 if (curCount < 0 || (!IsLifeTimeExtended() && curCount == 0)) { in AttemptIncStrongRef()501 if ((refs_->IsLifeTimeExtended() && refs_->GetWeakRefCount() == 0) || in ~RefBase()522 if (!refs_->IsLifeTimeExtended() && curCount == 0) { in IncStrongRef()558 if (!refs->IsLifeTimeExtended()) { in DecStrongRef()668 return refs_->IsLifeTimeExtended(); in IsExtendLifeTimeSet()
147 if ((curCount == 1) || (strongRefCount == 0 && !IsLifeTimeExtended())) { in DecWeakRefCount()180 bool RefCounter::IsLifeTimeExtended() in IsLifeTimeExtended() function in OHOS::RefCounter199 if ((curCount == INITIAL_PRIMARY_VALUE) && !IsLifeTimeExtended()) { in AttemptIncStrongRef()209 if (IsLifeTimeExtended()) { in AttemptIncStrongRef()220 if (curCount < 0 || (!IsLifeTimeExtended() && curCount == 0)) { in AttemptIncStrongRef()425 return refs_->IsLifeTimeExtended(); in IsExtendLifeTimeSet()
151 if ((curCount == 1) || (strongRefCount == 0 && !IsLifeTimeExtended())) { in DecWeakRefCount()184 bool RefCounter::IsLifeTimeExtended() in IsLifeTimeExtended() function in OHOS::RefCounter204 if ((curCount == INITIAL_PRIMARY_VALUE) && !IsLifeTimeExtended()) { in AttemptIncStrongRef()215 if (IsLifeTimeExtended()) { in AttemptIncStrongRef()226 if (curCount < 0 || (!IsLifeTimeExtended() && curCount == 0)) { in AttemptIncStrongRef()422 return refs_->IsLifeTimeExtended(); in IsExtendLifeTimeSet()
285 if (IsLifeTimeExtended() && GetStrongRefCount() == 0) { in DecWeakRefCount()329 bool RefCounter::IsLifeTimeExtended() in IsLifeTimeExtended() function in OHOS::RefCounter348 if ((curCount == INITIAL_PRIMARY_VALUE) && !IsLifeTimeExtended()) { in AttemptIncStrongRef()358 if (IsLifeTimeExtended()) { in AttemptIncStrongRef()374 if (curCount < 0 || (!IsLifeTimeExtended() && curCount == 0)) { in AttemptIncStrongRef()483 if ((refs_->IsLifeTimeExtended() && refs_->GetWeakRefCount() == 0) || in ~RefBase()524 if (!refs->IsLifeTimeExtended()) { in DecStrongRef()634 return refs_->IsLifeTimeExtended(); in IsExtendLifeTimeSet()
231 bool IsLifeTimeExtended();
240 bool islife = refs.IsLifeTimeExtended();
69 bool IsLifeTimeExtended();
1886 … AssertFalse(refs->IsLifeTimeExtended(), "refs->IsLifeTimeExtended() did not return false", state); in BENCHMARK_F()1888 … AssertTrue(refs->IsLifeTimeExtended(), "refs->IsLifeTimeExtended did not return true", state); in BENCHMARK_F()