Home
last modified time | relevance | path

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

/dalvik/tools/hprof-conv/
DHprofConv.c397 int extraCount = get4BE(origBuf + kIdentSize * 2 + 4); in computeInstanceDumpLen() local
398 return kIdentSize * 2 + 8 + extraCount; in computeInstanceDumpLen()