Searched refs:hprof (Results 1 – 15 of 15) sorted by relevance
/art/tools/ahat/test/ |
D | DiffTest.java | 23 import com.android.tools.perflib.heap.hprof.HprofClassDump; 24 import com.android.tools.perflib.heap.hprof.HprofConstant; 25 import com.android.tools.perflib.heap.hprof.HprofDumpRecord; 26 import com.android.tools.perflib.heap.hprof.HprofHeapDump; 27 import com.android.tools.perflib.heap.hprof.HprofInstanceDump; 28 import com.android.tools.perflib.heap.hprof.HprofInstanceField; 29 import com.android.tools.perflib.heap.hprof.HprofLoadClass; 30 import com.android.tools.perflib.heap.hprof.HprofPrimitiveArrayDump; 31 import com.android.tools.perflib.heap.hprof.HprofRecord; 32 import com.android.tools.perflib.heap.hprof.HprofRootDebugger; [all …]
|
D | SnapshotBuilder.java | 21 import com.android.tools.perflib.heap.hprof.Hprof; 22 import com.android.tools.perflib.heap.hprof.HprofRecord; 23 import com.android.tools.perflib.heap.hprof.HprofStringBuilder; 47 Hprof hprof = new Hprof("JAVA PROFILE 1.0.3", 4, new Date(), actualRecords); in makeSnapshot() local 49 hprof.write(os); in makeSnapshot()
|
D | InstanceTest.java | 26 import com.android.tools.perflib.heap.hprof.HprofClassDump; 27 import com.android.tools.perflib.heap.hprof.HprofConstant; 28 import com.android.tools.perflib.heap.hprof.HprofDumpRecord; 29 import com.android.tools.perflib.heap.hprof.HprofHeapDump; 30 import com.android.tools.perflib.heap.hprof.HprofInstanceDump; 31 import com.android.tools.perflib.heap.hprof.HprofInstanceField; 32 import com.android.tools.perflib.heap.hprof.HprofLoadClass; 33 import com.android.tools.perflib.heap.hprof.HprofPrimitiveArrayDump; 34 import com.android.tools.perflib.heap.hprof.HprofRecord; 35 import com.android.tools.perflib.heap.hprof.HprofRootDebugger; [all …]
|
D | TestDump.java | 68 String hprof = System.getProperty("ahat.test.dump.hprof"); in TestDump() local 79 mSnapshot = AhatSnapshot.fromHprof(new File(hprof), map); in TestDump()
|
/art/tools/ahat/src/ |
D | Main.java | 58 File hprof = null; in main() local 91 if (hprof != null) { in main() 96 hprof = new File(args[i]); in main() 100 if (hprof == null) { in main() 113 AhatSnapshot ahat = AhatSnapshot.fromHprof(hprof, map); in main() 123 server.createContext("/", new AhatHttpHandler(new OverviewHandler(ahat, hprof, hprofbase))); in main()
|
D | OverviewHandler.java | 31 public OverviewHandler(AhatSnapshot snapshot, File hprof, File basehprof) { in OverviewHandler() argument 33 mHprof = hprof; in OverviewHandler()
|
/art/tools/ahat/ |
D | Android.mk | 80 AHAT_TEST_DUMP_HPROF := $(intermediates.COMMON)/test-dump.hprof 81 AHAT_TEST_DUMP_BASE_HPROF := $(intermediates.COMMON)/test-dump-base.hprof 108 …java -enableassertions -Dahat.test.dump.hprof=$(PRIVATE_AHAT_TEST_DUMP_HPROF) -Dahat.test.dump.bas…
|
D | README.txt | 24 * Include ahat version and hprof file in the menu at the top of the page? 43 * That we can open a hprof without an 'app' heap and show a tabulation of
|
/art/runtime/hprof/ |
D | hprof.h | 22 namespace hprof {
|
D | hprof.cc | 70 namespace hprof { namespace 1619 Hprof hprof(filename, fd, direct_to_ddms); in DumpHeap() local 1620 hprof.Dump(); in DumpHeap()
|
/art/tools/ahat/src/heapdump/ |
D | AhatSnapshot.java | 60 public static AhatSnapshot fromHprof(File hprof, ProguardMap map) throws IOException { in fromHprof() argument 61 return fromDataBuffer(new MemoryMappedFileBuffer(hprof), map); in fromHprof()
|
/art/test/ |
D | Android.run-test.mk | 89 $(HOST_OUT_EXECUTABLES)/hprof-conv \
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 256 hprof::DumpHeap(filename.c_str(), fd, false); in VMDebug_dumpHprofData() 260 hprof::DumpHeap("[DDMS]", -1, true); in VMDebug_dumpHprofDataDdms()
|
/art/runtime/ |
D | Android.bp | 102 "hprof/hprof.cc",
|
/art/ |
D | Android.mk | 414 hprof-conv \
|