Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h193 static bool CanExecute(InstructionSet target_isa) { in CanExecute() function
224 ASSERT_TRUE(CanExecute(target_isa)) << "Target isa is not executable."; in VerifyGeneratedCode()
Dscheduler_test.cc60 if (CanExecute(test_config.GetInstructionSet())) { in GetTargetConfigs()
Dcodegen_test.cc59 if (CanExecute(test_config.GetInstructionSet())) { in GetTargetConfigs()
/art/tools/checker/match/
Dfile.py69 def CanExecute(self): member in IfStack
290 if not self.ifStack.CanExecute():