Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeap.cpp509 LOGD_HEAP("Marking..."); in dvmCollectGarbageInternal()
537 LOGD_HEAP("Recursing..."); in dvmCollectGarbageInternal()
590 LOGD_HEAP("Sweeping..."); in dvmCollectGarbageInternal()
614 LOGD_HEAP("Cleaning up..."); in dvmCollectGarbageInternal()
620 LOGD_HEAP("Done."); in dvmCollectGarbageInternal()
693 LOGD_HEAP("Sending VM heap info to DDM"); in dvmCollectGarbageInternal()
697 LOGD_HEAP("Dumping VM heap to DDM"); in dvmCollectGarbageInternal()
701 LOGD_HEAP("Dumping native heap to DDM"); in dvmCollectGarbageInternal()
DHeapInternal.h79 #define LOGD_HEAP(...) ((void)0) macro
82 #define LOGD_HEAP(...) ALOG(LOG_DEBUG, HEAP_LOG_TAG, __VA_ARGS__) macro
DHeapSource.cpp1468 LOGD_HEAP("madvised %zd (GC) + %zd (native) = %zd total bytes", in trimHeaps()