Home
last modified time | relevance | path

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

/art/tools/ahat/test/
DTestDump.java50 String hprof = System.getProperty("ahat.test.dump.hprof"); in TestDump() local
/art/tools/ahat/src/
DMain.java49 File hprof = null; in main() local
DOverviewHandler.java32 public OverviewHandler(AhatSnapshot snapshot, File hprof) { in OverviewHandler()
DAhatSnapshot.java71 public static AhatSnapshot fromHprof(File hprof) throws IOException { in fromHprof()
/art/runtime/hprof/
Dhprof.cc67 namespace hprof { namespace
1044 explicit GcRootVisitor(Hprof* hprof) : hprof_(hprof) {} in GcRootVisitor()
1422 Hprof hprof(filename, fd, direct_to_ddms); in DumpHeap() local