Searched refs:newEntryCount (Results 1 – 1 of 1) sorted by relevance
1627 uint64_t newEntryCount; in updateProfileCallee() local1632 newEntryCount = 0; in updateProfileCallee()1634 newEntryCount = priorEntryCount + entryDelta; in updateProfileCallee()1638 uint64_t cloneEntryCount = priorEntryCount - newEntryCount; in updateProfileCallee()1646 Callee->setEntryCount(newEntryCount); in updateProfileCallee()1653 CI->updateProfWeight(newEntryCount, priorEntryCount); in updateProfileCallee()