Searched refs:SpecificationKey (Results 1 – 1 of 1) sorted by relevance
849 private static class SpecificationKey { class in R8RunArtTestsTest854 private SpecificationKey(String name, DexTool toolchain) { in SpecificationKey() method in R8RunArtTestsTest.SpecificationKey862 if (!(o instanceof SpecificationKey)) { in equals()866 SpecificationKey that = (SpecificationKey) o; in equals()891 private static Map<SpecificationKey, TestSpecification> getTestsMap( in getTestsMap()901 Map<SpecificationKey, TestSpecification> data = new HashMap<>(); in getTestsMap()974 new SpecificationKey(name, dexTool), in getTestsMap()1360 .get(new SpecificationKey(name, toolchain)); in runArtTest()1413 .get(new SpecificationKey(name, DexTool.DX)); in runArtTest()