Home
last modified time | relevance | path

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

/dalvik/tools/hprof-conv/
DHprofConv.c100 #define kIdentSize 4 macro
342 blockLen += kIdentSize * 7 + 8; in computeClassDumpLen()
378 basicType = buf[kIdentSize]; in computeClassDumpLen()
385 buf += kIdentSize + 1 + basicLen; in computeClassDumpLen()
386 len -= kIdentSize + 1 + basicLen; in computeClassDumpLen()
396 buf += kIdentSize + 1; in computeClassDumpLen()
397 len -= kIdentSize + 1; in computeClassDumpLen()
411 int extraCount = get4BE(origBuf + kIdentSize * 2 + 4); in computeInstanceDumpLen()
412 return kIdentSize * 2 + 8 + extraCount; in computeInstanceDumpLen()
420 int arrayCount = get4BE(origBuf + kIdentSize + 4); in computeObjectArrayDumpLen()
[all …]