Searched refs:upper (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 415 ValueRange(ArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange() argument 416 : allocator_(allocator), lower_(lower), upper_(upper) {} in ValueRange() 468 ValueBound upper = upper_.Add(constant, &overflow, &underflow); in Add() local 474 return new (allocator_) ValueRange(allocator_, lower, upper); in Add() 572 int32_t upper = INT_MAX; in Narrow() local 576 upper = upper_bound.GetConstant(); in Narrow() 579 upper = max_array_len + upper_bound.GetConstant(); in Narrow() 588 int32_t last_num_in_sequence = upper; in Narrow() 591 if (upper <= initial_constant) { in Narrow() 592 last_num_in_sequence = upper; in Narrow() [all …]
|
/art/runtime/arch/ |
D | stub_test.cc | 787 uint32_t upper = static_cast<uint32_t>((arg1 >> 32) & 0xFFFFFFFF); in Invoke3UWithReferrer() 789 return Invoke3WithReferrer(arg0, lower, upper, code, self, referrer); in Invoke3UWithReferrer()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 491 …lsr r3, r2, LOCK_WORD_READ_BARRIER_STATE_SHIFT @ if either of the upper two bits (28-29) are s…
|
/art/tools/ |
D | cpplint.py | 1139 return re.sub(r'[-./\s]', '_', file_path_from_root).upper() + '_'
|