Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h203 static bool CanExecute(InstructionSet target_isa) { in CanExecute() function
234 ASSERT_TRUE(CanExecute(target_isa)) << "Target isa is not executable."; in VerifyGeneratedCode()
Dscheduler_test.cc66 if (CanExecute(test_config.GetInstructionSet())) { in GetTargetConfigs()
Dcodegen_test.cc67 if (CanExecute(test_config.GetInstructionSet())) { in GetTargetConfigs()
859 if (!CanExecute(InstructionSet::kMips)) { in TEST_F()