Searched refs:tlen (Results 1 – 2 of 2) sorted by relevance
125 int tlen = (len < 2 * INITIAL_TMP_STORAGE_LENGTH) ? in ComparableTimSort() local127 if (work == null || workLen < tlen || workBase + tlen > work.length) { in ComparableTimSort()128 tmp = new Object[tlen]; in ComparableTimSort()130 tmpLen = tlen; in ComparableTimSort()
152 int tlen = (len < 2 * INITIAL_TMP_STORAGE_LENGTH) ? in TimSort() local154 if (work == null || workLen < tlen || workBase + tlen > work.length) { in TimSort()157 (a.getClass().getComponentType(), tlen); in TimSort()160 tmpLen = tlen; in TimSort()