Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h187 static bool CanExecuteOnHardware(InstructionSet target_isa) { in CanExecuteOnHardware() function
195 return CanExecuteOnHardware(target_isa) || simulator.CanSimulate(); in CanExecute()
236 if (CanExecuteOnHardware(target_isa)) { in VerifyGeneratedCode()