Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java57 private HprofBuffer hprof = null;
68 this.hprof = new HprofBuffer(hprof); in Parser()
78 this.hprof = new HprofBuffer(hprof); in Parser()
907 private static class HprofBuffer { class in Parser
911 public HprofBuffer(File path) throws IOException { in HprofBuffer() method in Parser.HprofBuffer
917 public HprofBuffer(ByteBuffer buffer) { in HprofBuffer() method in Parser.HprofBuffer