Searched refs:commonSize (Results 1 – 1 of 1) sorted by relevance
2089 Size commonSize = getCommonBlockSize(other); in covers() local2090 PerformancePoint aligned = new PerformancePoint(this, commonSize); in covers()2091 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers()2109 Size commonSize = getCommonBlockSize(other); in equals() local2110 PerformancePoint aligned = new PerformancePoint(this, commonSize); in equals()2111 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals()