Home
last modified time | relevance | path

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

/art/tools/ahat/etc/
Dhprofdump.py32 def readu4(hprof): function
44 return readu4(hprof)
109 idsize = readu4(hprof)
140 timestamp = (readu4(hprof) << 32) | readu4(hprof)
148 time = readu4(hprof)
149 length = readu4(hprof)
156 serial = readu4(hprof)
158 stack = readu4(hprof)
168 serial = readu4(hprof)
169 line = readu4(hprof);
[all …]