Searched defs:hprof (Results 1 – 6 of 6) sorted by relevance
/art/tools/ahat/etc/ |
D | hprofdump.py | 24 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/ |
D | Main.java | 66 private static AhatSnapshot loadHeapDump(File hprof, in loadHeapDump() 99 File hprof = null; in main() local
|
D | OverviewHandler.java | 33 public OverviewHandler(AhatSnapshot snapshot, File hprof, File basehprof, Reachability retained) { in OverviewHandler()
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | TestDump.java | 127 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/ |
D | Parser.java | 56 private HprofBuffer hprof = null; field in Parser 66 public Parser(ByteBuffer hprof) { in Parser() 76 public Parser(File hprof) throws IOException { in Parser() 143 public static AhatSnapshot parseHeapDump(File hprof, ProguardMap map) in parseHeapDump() 157 public static AhatSnapshot parseHeapDump(ByteBuffer hprof, ProguardMap map) in parseHeapDump()
|
/art/runtime/hprof/ |
D | hprof.cc | 74 namespace hprof { namespace 1611 Hprof hprof(filename, fd, direct_to_ddms); in DumpHeap() local
|