Searched refs:upper_bound (Results 1 – 12 of 12) sorted by relevance
83 template<typename Kv> iterator upper_bound(const Kv& k) { return map_.upper_bound(k); } in upper_bound() function84 template<typename Kv> const_iterator upper_bound(const Kv& k) const { in upper_bound() function85 return map_.upper_bound(k); in upper_bound()
46 uint32_t upper_bound = RoundUp(MinimumBitsToStore(value), kBitsPerByte) + kVarintBits; in TEST() local49 EXPECT_GE(upper_bound, writer.NumberOfWrittenBits()); in TEST()
1052 auto it = gMaps->upper_bound(reinterpret_cast<void*>(ptr)); in MapInternalArtLow4GBAllocator()
110 auto it = method_cache_.upper_bound(dex_offset); in GetMethodCacheEntryForOffset()176 auto it = std::upper_bound(class_cache_.begin(), class_cache_.end(), dex_offset, comp); in GetClassDefIndex()
226 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()
176 ReferenceTypeInfo upper_bound, in ShouldCreateBoundType() argument187 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()
7416 void SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null);
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()
135 auto i = stack->upper_bound(pop_until_); in PopFramesTo()
696 auto it = offsets_.upper_bound(begin_offset); in ComputeSize()