Home
last modified time | relevance | path

Searched refs:LOG_REF (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/alloc/
DCopying.c130 #define LOG_REF LOGI
138 #define LOG_REF(...) ((void)0) macro
1174 LOG_REF("no room for pending finalizations\n"); in processFinalizableReferences()
1194 LOG_REF("no room for any more pending finalizations: %zd\n", in processFinalizableReferences()
1219 LOG_REF("%zd finalizers triggered.\n", totalPendCount); in processFinalizableReferences()
1233 LOG_REF("can't insert new pending finalizations\n"); in processFinalizableReferences()
2261 LOG_REF("Processing soft references..."); in dvmScavengeRoots()
2265 LOG_REF("Processing weak references..."); in dvmScavengeRoots()
2268 LOG_REF("Finding finalizations..."); in dvmScavengeRoots()
2271 LOG_REF("Processing f-reachable soft references..."); in dvmScavengeRoots()
[all …]