Searched refs:candidate (Results 1 – 10 of 10) sorted by relevance
67 HInstruction* candidate = nullptr; in TryGenerateResetLeastSetBit() local72 candidate = left; in TryGenerateResetLeastSetBit()75 candidate = right; in TryGenerateResetLeastSetBit()78 if (candidate != nullptr && candidate->HasOnlyOneNonEnvironmentUse()) { in TryGenerateResetLeastSetBit()83 DCHECK(!candidate->HasUses()); in TryGenerateResetLeastSetBit()84 candidate->GetBlock()->RemoveInstruction(candidate); in TryGenerateResetLeastSetBit()103 HInstruction* candidate = nullptr; in TryGenerateMaskUptoLeastSetBit() local105 candidate = left; in TryGenerateMaskUptoLeastSetBit()108 candidate = right; in TryGenerateMaskUptoLeastSetBit()111 if (candidate != nullptr && candidate->HasOnlyOneNonEnvironmentUse()) { in TryGenerateMaskUptoLeastSetBit()[all …]
164 HInstruction* candidate = nullptr; in Run() local177 } else if (candidate == nullptr) { in Run()178 candidate = input; in Run()179 } else if (candidate != input) { in Run()180 candidate = nullptr; in Run()188 if (candidate == nullptr) { in Run()207 } else if (candidate == nullptr) { in Run()208 candidate = input; in Run()209 } else if (candidate != input) { in Run()210 candidate = nullptr; in Run()[all …]
548 SchedulingNode* candidate = (*nodes)[select]; in PopHighestPriorityNode() local549 select_node = GetHigherPrioritySchedulingNode(candidate, check); in PopHighestPriorityNode()562 SchedulingNode* candidate, SchedulingNode* check) const { in GetHigherPrioritySchedulingNode() argument563 uint32_t candidate_path = candidate->GetCriticalPath(); in GetHigherPrioritySchedulingNode()567 return check_path < candidate_path ? check : candidate; in GetHigherPrioritySchedulingNode()571 return check->GetLatency() < candidate->GetLatency() ? check : candidate; in GetHigherPrioritySchedulingNode()
499 LiveRange* candidate = FindRangeAtOrAfter(position, range_search_start_); in Covers() local500 range_search_start_ = candidate; in Covers()501 return (candidate != nullptr && candidate->GetStart() <= position); in Covers()506 LiveRange* candidate = FindRangeAtOrAfter(position, first_range_); in CoversSlow() local507 return candidate != nullptr && candidate->GetStart() <= position; in CoversSlow()
419 SchedulingNode* GetHigherPrioritySchedulingNode(SchedulingNode* candidate,
1452 static const char* GetConstString(HInstruction* candidate, uint32_t* utf16_length) { in GetConstString() argument1453 if (candidate->IsLoadString()) { in GetConstString()1454 HLoadString* load_string = candidate->AsLoadString(); in GetConstString()
1391 static const char* GetConstString(HInstruction* candidate, uint32_t* utf16_length) { in GetConstString() argument1392 if (candidate->IsLoadString()) { in GetConstString()1393 HLoadString* load_string = candidate->AsLoadString(); in GetConstString()
36 String candidate = p + libName; in main() local37 if (new File(candidate).exists()) { in main()38 fileName = candidate; in main()
138 String candidate = p + libName; in prepareNativeLibFileName() local139 if (new File(candidate).exists()) { in prepareNativeLibFileName()140 nativeLibFileName = candidate; in prepareNativeLibFileName()
224 GcRoot<mirror::CallSite> candidate(call_site); in SetResolvedCallSite()230 if (ref.CompareAndSetStrongSequentiallyConsistent(null_call_site, candidate)) { in SetResolvedCallSite()