Searched refs:ARM_ABIS (Results 1 – 2 of 2) sorted by relevance
58 protected static final Set<String> ARM_ABIS = new HashSet<String>(); field in AbiUtils93 ARM_ABIS.add(ABI_ARM_V7A);94 ARM_ABIS.add(ABI_ARM_64_V8A);102 ARCH_TO_ABIS.put(BASE_ARCH_ARM, ARM_ABIS); in ARCH_TO_ABIS.put() argument103 ARCH_TO_ABIS.put(ARCH_ARM64, ARM_ABIS); in ARCH_TO_ABIS.put() argument109 ABIS_SUPPORTED_BY_COMPATIBILITY.addAll(ARM_ABIS);
90 assertEquals(AbiUtils.ARM_ABIS, AbiUtils.getAbisForArch(AbiUtils.BASE_ARCH_ARM)); in getAbiForArch()91 assertEquals(AbiUtils.ARM_ABIS, AbiUtils.getAbisForArch(AbiUtils.ARCH_ARM64)); in getAbiForArch()