Searched refs:kIdentSize (Results 1 – 1 of 1) sorted by relevance
95 #define kIdentSize 4 macro337 blockLen += kIdentSize * 7 + 8; in computeClassDumpLen()373 basicType = buf[kIdentSize]; in computeClassDumpLen()380 buf += kIdentSize + 1 + basicLen; in computeClassDumpLen()381 len -= kIdentSize + 1 + basicLen; in computeClassDumpLen()391 buf += kIdentSize + 1; in computeClassDumpLen()392 len -= kIdentSize + 1; in computeClassDumpLen()406 int extraCount = get4BE(origBuf + kIdentSize * 2 + 4); in computeInstanceDumpLen()407 return kIdentSize * 2 + 8 + extraCount; in computeInstanceDumpLen()415 int arrayCount = get4BE(origBuf + kIdentSize + 4); in computeObjectArrayDumpLen()[all …]