Searched refs:profileLocations (Results 1 – 1 of 1) sorted by relevance
219 Set<ProfileLocation> profileLocations) in compileWithProfilesAndCheckFilter() argument221 if (!canRunTest(profileLocations)) { in compileWithProfilesAndCheckFilter()232 for (ProfileLocation profileLocation : profileLocations) { in compileWithProfilesAndCheckFilter()241 String expectedCompilerFilter = profileLocations.isEmpty() ? "verify" : "speed-profile"; in compileWithProfilesAndCheckFilter()249 initialOdexFileContents.length, odexFileContents.length, profileLocations); in compileWithProfilesAndCheckFilter()252 fail("odex file should have changed when recompiling with " + profileLocations); in compileWithProfilesAndCheckFilter()362 private boolean canRunTest(Set<ProfileLocation> profileLocations) throws Exception { in canRunTest() argument364 (profileLocations.isEmpty() || isUseJitProfiles()); in canRunTest()367 mCanEnableDeviceRootAccess, profileLocations.size(), mDevice); in canRunTest()