Home
last modified time | relevance | path

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

/art/tools/ahat/test/
DDiffTest.java23 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 …]
DSnapshotBuilder.java21 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()
DInstanceTest.java26 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 …]
DTestDump.java68 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/
DMain.java58 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()
DOverviewHandler.java31 public OverviewHandler(AhatSnapshot snapshot, File hprof, File basehprof) { in OverviewHandler() argument
33 mHprof = hprof; in OverviewHandler()
/art/tools/ahat/
DAndroid.mk80 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…
DREADME.txt24 * 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/
Dhprof.h22 namespace hprof {
Dhprof.cc70 namespace hprof { namespace
1619 Hprof hprof(filename, fd, direct_to_ddms); in DumpHeap() local
1620 hprof.Dump(); in DumpHeap()
/art/tools/ahat/src/heapdump/
DAhatSnapshot.java60 public static AhatSnapshot fromHprof(File hprof, ProguardMap map) throws IOException { in fromHprof() argument
61 return fromDataBuffer(new MemoryMappedFileBuffer(hprof), map); in fromHprof()
/art/test/
DAndroid.run-test.mk89 $(HOST_OUT_EXECUTABLES)/hprof-conv \
/art/runtime/native/
Ddalvik_system_VMDebug.cc256 hprof::DumpHeap(filename.c_str(), fd, false); in VMDebug_dumpHprofData()
260 hprof::DumpHeap("[DDMS]", -1, true); in VMDebug_dumpHprofDataDdms()
/art/runtime/
DAndroid.bp102 "hprof/hprof.cc",
/art/
DAndroid.mk414 hprof-conv \