Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java867 final int newEntryCount = dtohl(typeSpec.entryCount); local
878 || 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); local
948 if (dtohs(type.header.headerSize)+(4/*sizeof(int)*/*newEntryCount) > typeSize) {
950 (dtohs(type.header.headerSize) + (4/*sizeof(int)*/*newEntryCount)),
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1522 uint64_t newEntryCount; in updateProfileCallee() local
1527 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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1584 uint64_t newEntryCount; in updateProfileCallee() local
1589 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()