Home
last modified time | relevance | path

Searched defs:hprof (Results 1 – 6 of 6) sorted by relevance

/art/tools/ahat/etc/
Dhprofdump.py24 hprof = open(filename, "rb") variable
26 def readu1(hprof): argument
29 def readu2(hprof): argument
32 def readu4(hprof): argument
35 def readu8(hprof): argument
38 def readN(n, hprof): argument
111 def readID(hprof): argument
135 def readval(ty, hprof): argument
/art/tools/ahat/src/main/com/android/ahat/
DMain.java66 private static AhatSnapshot loadHeapDump(File hprof, in loadHeapDump()
99 File hprof = null; in main() local
DOverviewHandler.java33 public OverviewHandler(AhatSnapshot snapshot, File hprof, File basehprof, Reachability retained) { in OverviewHandler()
/art/tools/ahat/src/test/com/android/ahat/
DTestDump.java127 ByteBuffer hprof = dataBufferFromResource(mHprofResource); in load() local
264 public static synchronized TestDump getTestDump(String hprof, in getTestDump()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java57 private HprofBuffer hprof = null; field in Parser
67 public Parser(ByteBuffer hprof) { in Parser()
77 public Parser(File hprof) throws IOException { in Parser()
144 public static AhatSnapshot parseHeapDump(File hprof, ProguardMap map) in parseHeapDump()
158 public static AhatSnapshot parseHeapDump(ByteBuffer hprof, ProguardMap map) in parseHeapDump()
/art/runtime/hprof/
Dhprof.cc73 namespace hprof { namespace
1610 Hprof hprof(filename, fd, direct_to_ddms); in DumpHeap() local