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.java256 Set<ProfileLocation> profileLocations) throws Exception { in compileWithProfilesAndCheckFilter() argument
266 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()