Searched refs:profileLocations (Results 1 – 1 of 1) sorted by relevance
256 Set<ProfileLocation> profileLocations) throws Exception { in compileWithProfilesAndCheckFilter() argument266 for (ProfileLocation profileLocation : profileLocations) { in compileWithProfilesAndCheckFilter()276 String expectedCompilerFilter = profileLocations.isEmpty() ? "verify" : "speed-profile"; in compileWithProfilesAndCheckFilter()284 initialOdexFileContents.length(), odexFileContents.length(), profileLocations); in compileWithProfilesAndCheckFilter()287 fail("odex file should have changed when recompiling with " + profileLocations); in compileWithProfilesAndCheckFilter()