Home
last modified time | relevance | path

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

/external/r8/src/test/java/com/android/tools/r8/
DTestCondition.java55 compilers(CompilerUnderTest.R8, CompilerUnderTest.R8_AFTER_D8);
56 public static final CompilerSet R8_AFTER_D8_COMPILER = compilers(CompilerUnderTest.R8_AFTER_D8);
DR8RunArtTestsTest.java75 R8_AFTER_D8 // refers to the R8 (default: debug) step but implies a previous D8 step as well enumConstant
996 case R8_AFTER_D8: in defaultCompilationMode()
1169 compilerUnderTest == CompilerUnderTest.R8_AFTER_D8 in runJctfTest()
1257 if (compilerUnderTest == CompilerUnderTest.R8_AFTER_D8) { in runJctfTest()
1267 name, CompilerUnderTest.R8_AFTER_D8, dexVm, compilationMode); in runJctfTest()
1352 compilerUnderTest == CompilerUnderTest.R8_AFTER_D8 in runArtTest()
1409 if (compilerUnderTest == CompilerUnderTest.R8_AFTER_D8) { in runArtTest()
1412 getTestsMap(CompilerUnderTest.R8_AFTER_D8, compilationMode, version) in runArtTest()