Searched refs:dhd (Results 1 – 1 of 1) sorted by relevance
902 DumpHeapData dhd = new DumpHeapData(); in dumpHeap() local903 dhd.path = path; in dumpHeap()904 dhd.fd = fd; in dumpHeap()905 sendMessage(H.DUMP_HEAP, dhd, managed ? 1 : 0, 0, true /*async*/); in dumpHeap()4177 static final void handleDumpHeap(boolean managed, DumpHeapData dhd) { in handleDumpHeap() argument4180 Debug.dumpHprofData(dhd.path, dhd.fd.getFileDescriptor()); in handleDumpHeap()4182 Slog.w(TAG, "Managed heap dump failed on path " + dhd.path in handleDumpHeap()4186 dhd.fd.close(); in handleDumpHeap()4192 Debug.dumpNativeHeap(dhd.fd.getFileDescriptor()); in handleDumpHeap()