Searched refs:commonSize (Results 1 – 1 of 1) sorted by relevance
1962 Size commonSize = getCommonBlockSize(other); in covers() local1963 PerformancePoint aligned = new PerformancePoint(this, commonSize); in covers()1964 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers()1982 Size commonSize = getCommonBlockSize(other); in equals() local1983 PerformancePoint aligned = new PerformancePoint(this, commonSize); in equals()1984 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals()