Searched refs:commonSize (Results 1 – 1 of 1) sorted by relevance
2357 Size commonSize = getCommonBlockSize(other); in covers() local2358 PerformancePoint aligned = new PerformancePoint(this, commonSize); in covers()2359 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers()2377 Size commonSize = getCommonBlockSize(other); in equals() local2378 PerformancePoint aligned = new PerformancePoint(this, commonSize); in equals()2379 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals()