Lines Matching refs:startIndex
1707 int startIndex = -1, endIndex = -1;
1720 startIndex = k;
1726 startIndex = k;
1753 startIndex = memVRTable[tableIndex].num_ranges;
1763 if(startIndex == endIndex && startBeforeRange && endBeforeRange) { //insert at startIndex
1764 //3 cases depending on BeforeRange when startIndex == endIndex
1799 if(endIndex < startIndex+1) ALOGE("mergeLiveRange endIndex %d startIndex %d", endIndex, startIndex);
1805 //endIndex > startIndex (merge the ranges between startIndex and endIndex-1)
1813 ALOGI("LIVERANGE merge entries for tableIndex %d from %d to %d", tableIndex, startIndex+1, endIndex-1);
1817 ALOGI("LIVERANGE tableIndex %d startIndex %d num_access %d (", tableIndex, startIndex, ptrStart->num_access);
1823 //from startIndex+1 to endIndex-1
1827 for(k2 = 0; k2 < ptr->num_access; k2++) { //merge to startIndex
1834 //remove startIndex+1 to endIndex-1
1835 if(startIndex+1 < endIndex) {
1845 memVRTable[tableIndex].num_ranges -= (endIndex - startIndex - 1);