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.java56 private HprofBuffer hprof = null;
67 this.hprof = new HprofBuffer(hprof); in Parser()
77 this.hprof = new HprofBuffer(hprof); in Parser()
901 private static class HprofBuffer { class in Parser
905 public HprofBuffer(File path) throws IOException { in HprofBuffer() method in Parser.HprofBuffer
911 public HprofBuffer(ByteBuffer buffer) { in HprofBuffer() method in Parser.HprofBuffer