Home
last modified time | relevance | path

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

/aosp12/bionic/benchmarks/linker_relocation/regen/
H A Ddump_relocs.py205 candidate_path = candidate_dir / needed
206 if candidate_path.exists():
207 return load(candidate_path)
/aosp12/art/compiler/optimizing/
H A Dscheduler.cc541 uint32_t candidate_path = candidate->GetCriticalPath(); in GetHigherPrioritySchedulingNode() local
544 if (check_path != candidate_path) { in GetHigherPrioritySchedulingNode()
545 return check_path < candidate_path ? check : candidate; in GetHigherPrioritySchedulingNode()