Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java172 idSize = hprof.getU4(); in parseInternal()
178 int hightime = hprof.getU4(); in parseInternal()
179 int lowtime = hprof.getU4(); in parseInternal()
208 int time = hprof.getU4(); in parseInternal()
209 int recordLength = hprof.getU4(); in parseInternal()
221 int classSerialNumber = hprof.getU4(); in parseInternal()
223 int stackSerialNumber = hprof.getU4(); in parseInternal()
251 int classSerialNumber = hprof.getU4(); in parseInternal()
252 int lineNumber = hprof.getU4(); in parseInternal()
265 int stackSerialNumber = hprof.getU4(); in parseInternal()
[all …]