Searched refs:firstCompilerUnderTest (Results 1 – 1 of 1) sorted by relevance
/external/r8/src/test/java/com/android/tools/r8/ |
D | R8RunArtTestsTest.java | 1168 CompilerUnderTest firstCompilerUnderTest = in runJctfTest() local 1174 File resultDir = temp.newFolder(firstCompilerUnderTest.toString().toLowerCase() + "-output"); in runJctfTest() 1178 name, firstCompilerUnderTest, dexVm, compilationMode); in runJctfTest() 1250 firstCompilerUnderTest, in runJctfTest() 1351 CompilerUnderTest firstCompilerUnderTest = in runArtTest() local 1359 getTestsMap(firstCompilerUnderTest, compilationMode, version) in runArtTest() 1404 File resultDir = temp.newFolder(firstCompilerUnderTest.toString().toLowerCase() + "-output"); in runArtTest() 1407 version, firstCompilerUnderTest, specification, fileNames, resultDir, compilationMode); in runArtTest()
|