Home
last modified time | relevance | path

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

/art/libartbase/base/
Dsafe_map.h83 template<typename Kv> iterator upper_bound(const Kv& k) { return map_.upper_bound(k); } in upper_bound() function
84 template<typename Kv> const_iterator upper_bound(const Kv& k) const { in upper_bound() function
Dbit_memory_region_test.cc46 uint32_t upper_bound = RoundUp(MinimumBitsToStore(value), kBitsPerByte) + kVarintBits; in TEST() local
/art/compiler/optimizing/
Dreference_type_propagation.cc176 ReferenceTypeInfo upper_bound, in ShouldCreateBoundType()
Dbounds_check_elimination.cc428 ValueBound upper_bound = range->GetUpper(); in Narrow() local
Dnodes.cc2822 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()