Home
last modified time | relevance | path

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

/libcore/support/src/test/java/libcore/java/security/
DCpuFeatures.java60 private enum InstructionSet { enum in CpuFeatures
69 InstructionSet(Arch arch, String name) { in InstructionSet() method in CpuFeatures.InstructionSet
81 public static InstructionSet currentInstructionSet() { in currentInstructionSet()
84 for (InstructionSet set : values()) { in currentInstructionSet()
122 InstructionSet instructionSet = InstructionSet.currentInstructionSet(); in isKnownToSupportHardwareAes()
133 } else if (instructionSet.equals(InstructionSet.X86_64)) { in isKnownToSupportHardwareAes()