Home
last modified time | relevance | path

Searched refs:profileLocations (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java219 Set<ProfileLocation> profileLocations) in compileWithProfilesAndCheckFilter() argument
221 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() argument
364 (profileLocations.isEmpty() || isUseJitProfiles()); in canRunTest()
367 mCanEnableDeviceRootAccess, profileLocations.size(), mDevice); in canRunTest()