Searched refs:ART_5_1_1 (Results 1 – 10 of 10) sorted by relevance
/external/r8/src/test/java/com/android/tools/r8/ |
D | JctfTestSpecifications.java | 4424 match(D8_COMPILER, runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4438 match(runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4444 match(runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4449 match(runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4456 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4461 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4466 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4471 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4476 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 4483 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1))) [all …]
|
D | R8RunArtTestsTest.java | 152 .put("109-suspend-check", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1))) 154 .put("129-ThreadGetId", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1))) 157 .put("800-smali", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1))) 429 DexVm.ART_5_1_1, ImmutableList.of( 472 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 479 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 490 TestCondition.runtimes(DexVm.ART_5_1_1))) 497 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1))) 520 TestCondition.runtimes(DexVm.ART_5_1_1, DexVm.ART_6_0_1))) 532 .match(TestCondition.runtimes(DexVm.ART_4_4_4, DexVm.ART_5_1_1, DexVm.ART_6_0_1)); [all …]
|
D | R8RunExamplesAndroidOTest.java | 26 DexVm.ART_5_1_1, ImmutableList.of(
|
D | R8RunSmaliTestsTest.java | 38 DexVm.ART_5_1_1, ImmutableList.of(
|
D | RunExamplesAndroidNTest.java | 110 DexVm.ART_5_1_1,
|
D | ToolHelper.java | 63 ART_5_1_1("5.1.1"), enumConstant 241 DexVm.ART_5_1_1, "art-5.1.1", 248 DexVm.ART_5_1_1, "bin/art",
|
D | R8RunExamplesTest.java | 63 TestCondition.runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1, DexVm.ART_4_4_4)))
|
D | RunExamplesAndroidOTest.java | 171 DexVm.ART_5_1_1, ImmutableList.of(
|
/external/r8/src/test/java/com/android/tools/r8/jdwp/ |
D | RunJdwpTests.java | 60 return dexVm.isNewerThan(DexVm.ART_5_1_1); in isAndroidMOrAbove()
|
/external/r8/src/test/java/com/android/tools/r8/debug/ |
D | DebugTestBase.java | 470 if (ToolHelper.getDexVm().isNewerThan(DexVm.ART_5_1_1)) {
|