Searched refs:upper_bound (Results 1 – 12 of 12) sorted by relevance
81 iterator upper_bound(const K& k) { return map_.upper_bound(k); } in upper_bound() function82 const_iterator upper_bound(const K& k) const { return map_.upper_bound(k); } in upper_bound() function
46 uint32_t upper_bound = RoundUp(MinimumBitsToStore(value), kBitsPerByte) + kVarintHeaderBits; in TEST() local49 EXPECT_GE(upper_bound, writer.NumberOfWrittenBits()); in TEST()
272 auto it = ranges_.upper_bound(address); in Lookup()
1034 auto it = gMaps->upper_bound(reinterpret_cast<void*>(ptr)); in MapInternalArtLow4GBAllocator()
228 auto dex2line = std::upper_bound( in WriteCompilationUnit()
428 ValueBound upper_bound = range->GetUpper(); in Narrow() local429 if (upper_bound.IsConstant()) { in Narrow()430 upper = upper_bound.GetConstant(); in Narrow()431 } else if (upper_bound.IsRelatedToArrayLength() && upper_bound.GetConstant() <= 0) { in Narrow()433 upper = max_array_len + upper_bound.GetConstant(); in Narrow()
215 ReferenceTypeInfo upper_bound, in ShouldCreateBoundType() argument226 if (existing_bound_type->GetUpperBound().IsSupertypeOf(upper_bound)) { in ShouldCreateBoundType()
2822 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound() argument2825 DCHECK(upper_bound.IsValid()); in SetUpperBound()2827 CheckAgainstUpperBound(GetReferenceTypeInfo(), upper_bound); in SetUpperBound()2829 upper_bound_ = upper_bound; in SetUpperBound()
7256 void SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null);
118 auto it = method_cache_.upper_bound(dex_offset); in GetMethodCacheEntryForOffset()
375 for (auto it = free_page_runs_.upper_bound(fpr); it != free_page_runs_.end(); ) { in FreePages()409 for (auto it = free_page_runs_.upper_bound(fpr); it != free_page_runs_.begin(); ) { in FreePages()
693 auto it = offsets_.upper_bound(begin_offset); in ComputeSize()