HomeSort by relevance Sort by last modified time
    Searched refs:CanExecute (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
codegen_test_utils.h 213 static bool CanExecute(InstructionSet target_isa) {
244 ASSERT_TRUE(CanExecute(target_isa)) << "Target isa is not executable.";
scheduler_test.cc 66 if (CanExecute(test_config.GetInstructionSet())) {
codegen_test.cc 67 if (CanExecute(test_config.GetInstructionSet())) {
829 if (!CanExecute(InstructionSet::kMips) || features_mips->IsR6()) {

Completed in 91 milliseconds