Home
last modified time | relevance | path

Searched defs:upper (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc290 ValueRange(ArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange()
343 ValueBound upper = upper_.Add(constant, &overflow, &underflow); in Add() local
425 int32_t upper = std::numeric_limits<int32_t>::max(); in Narrow() local
462 ValueBound upper = ValueBound::NarrowUpperBound(bound_, range->GetUpper()); in Narrow() local
722 ValueBound upper = bound; in HandleIf() local
827 ValueBound upper = ValueBound(array_length, -1); // array_length - 1 in VisitBoundsCheck() local
876 ValueBound upper = ValueBound::Max(); in VisitBoundsCheck() local
1027 ValueBound upper = right_range->GetUpper(); in VisitSub() local
1136 ValueBound upper = ValueBound(new_array, -right_const); in VisitNewArray() local
1198 HInstruction* upper = GetGraph()->GetIntConstant(max_c); in AddCompareWithDeoptimization() local
Dinduction_var_range_test.cc85 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop()
867 HInstruction* upper = nullptr; in TEST_F() local
949 HInstruction* upper = nullptr; in TEST_F() local
Dinduction_var_range.cc267 /*out*/HInstruction** upper) { in GenerateRange()
485 HInductionVarAnalysis::InductionInfo* upper = trip->op_b->op_b; in IsWellBehavedTripCount() local
960 /*out*/HInstruction** upper, in GenerateRangeOrLastValue()
Dregister_allocator_linear_scan.cc1145 size_t upper = slot + number_of_spill_slots_needed; in AllocateSpillSlotFor() local
/art/runtime/
Dutils.h310 const void* upper) { in BoundsCheckedCast()