Home
last modified time | relevance | path

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

/external/r8/src/test/java/com/android/tools/r8/
DR8RunArtTestsTest.java892 CompilerUnderTest compilerUnderTest, CompilationMode compilationMode, DexVm version) { in getTestsMap() argument
919 dexTool, compilerUnderTest, dexVm, compilationMode, failingWithCompiler); in getTestsMap()
928 dexTool, compilerUnderTest, dexVm, compilationMode, testToSkip)); in getTestsMap()
933 dexTool, compilerUnderTest, dexVm, compilationMode, timeoutOrSkipRunWithArt)); in getTestsMap()
938 dexTool, compilerUnderTest, dexVm, compilationMode, failingRunWithArt); in getTestsMap()
942 dexTool, compilerUnderTest, dexVm, compilationMode, expectedToFailRunWithArt); in getTestsMap()
956 dexTool, compilerUnderTest, dexVm, compilationMode, failingRunWithArtOutput); in getTestsMap()
959 dexTool, compilerUnderTest, dexVm, compilationMode, expectedToFailWithCompiler); in getTestsMap()
964 dexTool, compilerUnderTest, dexVm, compilationMode, failingRunWithArtOriginalOnly); in getTestsMap()
990 CompilationMode compilationMode = null; in defaultCompilationMode() local
[all …]
DTestCondition.java150 CompilationMode compilationMode) { in test() argument
154 && compilationModes.contains(compilationMode); in test()
DJctfTestSpecifications.java4816 CompilationMode compilationMode) { in testMatch() argument
4819 if (entry.test(DexTool.NONE, compilerUnderTest, dexVm, compilationMode)) { in testMatch()
4830 CompilationMode compilationMode) { in getExpectedOutcome() argument
4834 if (testMatch(failuresToTriage, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()
4837 if (testMatch(timeoutsWithArt, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()
4841 if (testMatch(flakyWithArt, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()