Home
last modified time | relevance | path

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

/art/tools/checker/
Dchecker.py93 def run_tests(check_prefix, check_path, output_filename, target_arch, debuggable_mode, print_cfg): argument
95 for check_filename in find_checker_files(check_path):
/art/compiler/optimizing/
Dscheduler.cc542 uint32_t check_path = check->GetCriticalPath(); in GetHigherPrioritySchedulingNode() local
544 if (check_path != candidate_path) { in GetHigherPrioritySchedulingNode()
545 return check_path < candidate_path ? check : candidate; in GetHigherPrioritySchedulingNode()