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.java173 idSize = hprof.getU4(); in parseInternal()
179 int hightime = hprof.getU4(); in parseInternal()
180 int lowtime = hprof.getU4(); in parseInternal()
209 int time = hprof.getU4(); in parseInternal()
210 int recordLength = hprof.getU4(); in parseInternal()
222 int classSerialNumber = hprof.getU4(); in parseInternal()
224 int stackSerialNumber = hprof.getU4(); in parseInternal()
252 int classSerialNumber = hprof.getU4(); in parseInternal()
253 int lineNumber = hprof.getU4(); in parseInternal()
266 int stackSerialNumber = hprof.getU4(); in parseInternal()
[all …]