Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1313 ScopedArenaVector<HBoundsCheck*> candidates( in AddComparesWithDeoptimization() local
1329 candidates.clear(); in AddComparesWithDeoptimization()
1343 candidates.push_back(other_bounds_check); in AddComparesWithDeoptimization()
1356 candidates.push_back(other_bounds_check); in AddComparesWithDeoptimization()
1367 if (candidates.size() >= threshold && in AddComparesWithDeoptimization()
1371 for (HBoundsCheck* other_bounds_check : candidates) { in AddComparesWithDeoptimization()
1432 ScopedArenaVector<HBoundsCheck*> candidates( in TransformLoopForDynamicBCE() local
1458 candidates.push_back(other_bounds_check); in TransformLoopForDynamicBCE()
1467 candidates.push_back(other_bounds_check); in TransformLoopForDynamicBCE()
1472 DCHECK_LT(0u, candidates.size()); in TransformLoopForDynamicBCE()
[all …]
Dcode_generator.h856 const ArenaVector<std::pair<InstructionType*, SlowPathCode*>>& candidates = iter->second; in NewSlowPath() local
857 for (const auto& it : candidates) { in NewSlowPath()