Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat.cc108 if (!IsValidInstructionSet(instruction_set_)) { in IsValid()
130 if (!IsValidInstructionSet(instruction_set_)) { in GetValidationErrorMessage()
/aosp12/art/libartbase/arch/
H A Dinstruction_set.h122 constexpr bool IsValidInstructionSet(InstructionSet isa) { in IsValidInstructionSet() function