Home
last modified time | relevance | path

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

/art/libartbase/arch/
Dinstruction_set.cc81 std::vector<InstructionSet> GetSupportedInstructionSets(std::string* error_msg) { in GetSupportedInstructionSets() function
Dinstruction_set.h257 std::vector<InstructionSet> GetSupportedInstructionSets(std::string* error_msg);
/art/runtime/
Doat_file_assistant_context.cc98 std::vector<InstructionSet> isas = GetSupportedInstructionSets(error_msg); in FetchAll()