Searched defs:compilerUnderTest (Results 1 – 3 of 3) sorted by relevance
/external/r8/src/test/java/com/android/tools/r8/ |
D | JctfTestSpecifications.java | 4814 CompilerUnderTest compilerUnderTest, in testMatch() 4828 CompilerUnderTest compilerUnderTest, in getExpectedOutcome()
|
D | R8RunArtTestsTest.java | 878 CompilerUnderTest compilerUnderTest, in collectTestsMatchingConditions() 892 CompilerUnderTest compilerUnderTest, CompilationMode compilationMode, DexVm version) { in getTestsMap() 989 private static CompilationMode defaultCompilationMode(CompilerUnderTest compilerUnderTest) { in defaultCompilationMode() 1043 protected void runArtTest(CompilerUnderTest compilerUnderTest) throws Throwable { in runArtTest() 1045 runArtTest(ToolHelper.getDexVm(), compilerUnderTest); in runArtTest() local 1049 CompilerUnderTest compilerUnderTest, in executeCompilerUnderTest() 1058 CompilerUnderTest compilerUnderTest, in executeCompilerUnderTest() 1162 protected void runJctfTest(CompilerUnderTest compilerUnderTest, String classFilePath, in runJctfTest() 1289 CompilerUnderTest compilerUnderTest, in runJctfTestDoRunOnArt() 1349 protected void runArtTest(DexVm version, CompilerUnderTest compilerUnderTest) in runArtTest() [all …]
|
D | TestCondition.java | 148 CompilerUnderTest compilerUnderTest, in test()
|