Home
last modified time | relevance | path

Searched refs:lower_bound (Results 1 – 22 of 22) sorted by relevance

/art/runtime/native/
Djava_lang_StringFactory.cc179 int lower_bound = 0x80; in StringFactory_newStringFromUtf8Bytes() local
208 lower_bound = 0xa0; in StringFactory_newStringFromUtf8Bytes()
212 lower_bound = 0x90; in StringFactory_newStringFromUtf8Bytes()
217 if (b < lower_bound || b > upper_bound) { in StringFactory_newStringFromUtf8Bytes()
223 lower_bound = 0x80; in StringFactory_newStringFromUtf8Bytes()
236 lower_bound = 0x80; in StringFactory_newStringFromUtf8Bytes()
/art/libartbase/base/
Dsafe_map.h78 template<typename Kv> iterator lower_bound(const Kv& k) { return map_.lower_bound(k); } in lower_bound() function
79 template<typename Kv> const_iterator lower_bound(const Kv& k) const { in lower_bound() function
80 return map_.lower_bound(k); in lower_bound()
139 auto lb = lower_bound(k); in GetOrCreate()
Dmem_map.cc69 for (auto it = gMaps->lower_bound(map.BaseBegin()), end = gMaps->end(); in GetGMapsEntry()
962 for (auto it = gMaps->lower_bound(base_begin), end = gMaps->end(); in HasMemMap()
975 for (auto it = gMaps->lower_bound(address), end = gMaps->end(); in GetLargestMemMapAt()
/art/compiler/utils/
Dswap_space.cc116 : free_by_size_.lower_bound(FreeBySizeEntry { size, free_by_start_.begin() }); in Alloc()
185 auto it = free_by_start_.lower_bound(chunk); in Free()
/art/runtime/jit/
Ddebugger_interface.cc527 auto removed_begin = std::lower_bound(removed.begin(), removed.end(), group_ptr); in RepackEntries()
528 auto removed_end = std::lower_bound(removed.begin(), removed.end(), group_end); in RepackEntries()
Djit_code_cache.cc1394 auto it = method_code_map_.lower_bound(reinterpret_cast<const void*>(pc)); in LookupMethodHeader()
/art/runtime/base/
Dtiming_logger.cc96 auto it = std::lower_bound(cumulative_timers_.begin(), cumulative_timers_.end(), candidate); in AddPair()
/art/runtime/gc/space/
Dlarge_object_space.cc421 auto it = free_blocks_.lower_bound(info); in RemoveFreePrev()
509 auto it = free_blocks_.lower_bound(&temp_info); in Alloc()
/art/tools/veridex/
Dresolver.cc113 auto resolver_it = dex_resolvers_.lower_bound(reinterpret_cast<uintptr_t>(kls.GetClassDef())); in GetResolverOf()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc429 auto lb = thunks_.lower_bound(key); in ProcessPatches()
/art/libdexfile/dex/
Ddex_file_verifier.cc3424 const auto angle_end = std::lower_bound(first, last, "=", compare); in FindStringRangesForMethodNames()
3427 const auto angle_start = std::lower_bound(first, angle_end, "<", compare); in FindStringRangesForMethodNames()
3438 const auto it = std::lower_bound(angle_start, angle_end, kClinit, compare); in FindStringRangesForMethodNames()
3447 const auto it = std::lower_bound(angle_start, angle_end, kInit, compare); in FindStringRangesForMethodNames()
/art/compiler/optimizing/
Dcode_generator_x86.h338 int32_t lower_bound,
Dcode_generator_x86.cc8557 int32_t lower_bound, in GenPackedSwitchWithCompares() argument
8568 if (lower_bound != 0) { in GenPackedSwitchWithCompares()
8570 __ cmpl(value_reg, Immediate(lower_bound)); in GenPackedSwitchWithCompares()
8583 int32_t compare_to_value = lower_bound + index + 1; in GenPackedSwitchWithCompares()
8594 __ cmpl(value_reg, Immediate(lower_bound + index)); in GenPackedSwitchWithCompares()
8605 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
8611 lower_bound, in VisitPackedSwitch()
8630 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch() local
8638 lower_bound, in VisitX86PackedSwitch()
8650 if (lower_bound != 0) { in VisitX86PackedSwitch()
[all …]
Dcode_generator_x86_64.cc7639 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
7656 if (lower_bound != 0) { in VisitPackedSwitch()
7658 __ cmpl(value_reg_in, Immediate(lower_bound)); in VisitPackedSwitch()
7671 int32_t compare_to_value = lower_bound + index + 1; in VisitPackedSwitch()
7682 __ cmpl(value_reg_in, Immediate(static_cast<int32_t>(lower_bound + index))); in VisitPackedSwitch()
7695 if (lower_bound != 0) { in VisitPackedSwitch()
7696 __ leal(temp_reg, Address(value_reg_in, -lower_bound)); in VisitPackedSwitch()
Dcode_generator_arm64.cc6310 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
6329 __ Subs(temp, value_reg, Operand(lower_bound)); in VisitPackedSwitch()
6362 if (lower_bound != 0) { in VisitPackedSwitch()
6364 __ Sub(index, value_reg, Operand(lower_bound)); in VisitPackedSwitch()
Dcode_generator_arm_vixl.cc9725 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
9740 __ Adds(temp_reg, value_reg, -lower_bound); in VisitPackedSwitch()
9771 if (lower_bound != 0) { in VisitPackedSwitch()
9773 __ Sub(key_reg, value_reg, lower_bound); in VisitPackedSwitch()
/art/libprofile/profile/
Dprofile_compilation_info.cc583 auto lb = classes.lower_bound(type_idx); in AddClass()
1109 auto profile_index_it = profile_key_map_.lower_bound(profile_key); in GetOrAddDexFileData()
1886 auto it = other_dex_data->class_set.lower_bound(dex::TypeIndex(num_type_ids)); in MergeWith()
/art/runtime/gc/collector/
Dconcurrent_copying.cc3369 auto it = skipped_blocks_map_.lower_bound(alloc_size); in AllocateInSkippedBlock()
3378 it = skipped_blocks_map_.lower_bound(alloc_size + min_object_size); in AllocateInSkippedBlock()
/art/runtime/
Doat_file.cc2034 auto secondary_lb = secondary_oat_dex_files_.lower_bound(key); in GetOatDexFile()
Dclass_linker.cc3441 auto lb = critical_native_code_with_clinit_check_.lower_bound(first_method); in FixupStaticTrampolines()
/art/runtime/mirror/
Dvar_handle.cc1546 auto it = std::lower_bound(std::cbegin(kAccessorToAccessMode), in GetAccessModeByMethodName()
/art/runtime/gc/
Dheap.cc2244 auto it = bins_.lower_bound(alloc_size); in MarkNonForwardedObject()