Searched refs:gNumDeathRefsCreated (Results 1 – 1 of 1) sorted by relevance
168 static std::atomic<uint32_t> gNumDeathRefsCreated(0); variable181 + gNumDeathRefsCreated.load(std::memory_order_relaxed); in gcIfManyNewRefs()604 gNumDeathRefsCreated.fetch_add(1, std::memory_order_relaxed); in JavaDeathRecipient()1205 return gNumDeathRefsCreated - gNumDeathRefsDeleted; in android_os_Debug_getDeathObjectCount()1241 gCollectedAtRefs = gNumLocalRefsCreated + gNumDeathRefsCreated; in android_os_BinderInternal_handleGc()