Home
last modified time | relevance | path

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

/aosp12/art/odrefresh/
H A Dodr_config.h68 const auto [isa32, isa64] = GetPotentialInstructionSets(); in GetBootExtensionIsas()
81 const auto [isa32, isa64] = GetPotentialInstructionSets(); in GetSystemServerIsa()
144 std::pair<InstructionSet, InstructionSet> GetPotentialInstructionSets() const { in GetPotentialInstructionSets() function