Searched refs:newEntryCount (Results 1 – 3 of 3) sorted by relevance
867 final int newEntryCount = dtohl(typeSpec.entryCount); local878 || dtohs(typeSpec.header.headerSize)+(4 /*sizeof(int)*/*newEntryCount)881 (dtohs(typeSpec.header.headerSize) + (4 /*sizeof(int)*/*newEntryCount)),891 if (newEntryCount > 0) {909 if (existingType.entryCount != newEntryCount && idmapEntry == null) {911 (int) newEntryCount, (int) existingType.entryCount);917 Type t = new Type(header, _package, newEntryCount);939 final int newEntryCount = dtohl(type.entryCount); local948 if (dtohs(type.header.headerSize)+(4/*sizeof(int)*/*newEntryCount) > typeSize) {950 (dtohs(type.header.headerSize) + (4/*sizeof(int)*/*newEntryCount)),[all …]
1522 uint64_t newEntryCount; in updateProfileCallee() local1527 newEntryCount = 0; in updateProfileCallee()1529 newEntryCount = priorEntryCount + entryDelta; in updateProfileCallee()1533 uint64_t cloneEntryCount = priorEntryCount - newEntryCount; in updateProfileCallee()1541 Callee->setEntryCount(newEntryCount); in updateProfileCallee()1548 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()
1584 uint64_t newEntryCount; in updateProfileCallee() local1589 newEntryCount = 0; in updateProfileCallee()1591 newEntryCount = priorEntryCount + entryDelta; in updateProfileCallee()1595 uint64_t cloneEntryCount = priorEntryCount - newEntryCount; in updateProfileCallee()1603 Callee->setEntryCount(newEntryCount); in updateProfileCallee()1610 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()