Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java1008 private static Type[] TYPES = new Type[] { field in Parser.HprofBuffer
1016 Type type = id < TYPES.length ? TYPES[id] : null; in getType()