Searched refs:gNumDeathRefsCreated (Results 1 – 1 of 1) sorted by relevance
166 static std::atomic<uint32_t> gNumDeathRefsCreated(0); variable179 + gNumDeathRefsCreated.load(std::memory_order_relaxed); in gcIfManyNewRefs()458 gNumDeathRefsCreated.fetch_add(1, std::memory_order_relaxed); in JavaDeathRecipient()968 return gNumDeathRefsCreated - gNumDeathRefsDeleted; in android_os_Debug_getDeathObjectCount()1004 gCollectedAtRefs = gNumLocalRefsCreated + gNumDeathRefsCreated; in android_os_BinderInternal_handleGc()