Searched refs:gNumDeathRefsCreated (Results 1 – 1 of 1) sorted by relevance
170 static std::atomic<uint32_t> gNumDeathRefsCreated(0); variable183 + gNumDeathRefsCreated.load(std::memory_order_relaxed); in gcIfManyNewRefs()555 gNumDeathRefsCreated.fetch_add(1, std::memory_order_relaxed); in JavaDeathRecipient()1140 return gNumDeathRefsCreated - gNumDeathRefsDeleted; in android_os_Debug_getDeathObjectCount()1176 gCollectedAtRefs = gNumLocalRefsCreated + gNumDeathRefsCreated; in android_os_BinderInternal_handleGc()