Searched refs:lower_bound (Results 1 - 12 of 12) sorted by last modified time

/art/runtime/jdwp/
H A Dobject_registry.cc94 for (auto it = object_to_entry_.lower_bound(identity_hash_code), end = object_to_entry_.end();
216 for (auto it = object_to_entry_.lower_bound(hash_code), end = object_to_entry_.end();
/art/runtime/
H A Dmem_map.cc465 for (auto it = maps_->lower_bound(base_begin_), end = maps_->end();
623 for (auto it = maps_->lower_bound(base_begin), end = maps_->end();
636 for (auto it = maps_->lower_bound(address), end = maps_->end();
H A Doat_file.cc392 auto secondary_lb = secondary_oat_dex_files_.lower_bound(key);
H A Dsafe_map.h76 iterator lower_bound(const K& k) { return map_.lower_bound(k); } function in class:art::SafeMap
77 const_iterator lower_bound(const K& k) const { return map_.lower_bound(k); } function in class:art::SafeMap
/art/compiler/utils/
H A Dswap_space.cc113 : free_by_size_.lower_bound(FreeBySizeEntry { size, free_by_start_.begin() });
173 auto it = free_by_start_.lower_bound(chunk);
/art/runtime/gc/
H A Dheap.cc1908 auto it = bins_.lower_bound(object_size);
/art/runtime/gc/space/
H A Dlarge_object_space.cc333 auto it = free_blocks_.lower_bound(info);
418 auto it = free_blocks_.lower_bound(&temp_info);
/art/compiler/dex/
H A Dglobal_value_numbering.cc157 auto lb = field_index_map_.lower_bound(key);
171 auto lb = array_location_map_.lower_bound(key);
H A Dglobal_value_numbering.h88 ValueMap::iterator lb = global_value_map_.lower_bound(key);
177 auto lb = ref_set_map_.lower_bound(ref_set);
H A Dlocal_value_numbering.cc198 auto lb = map->lower_bound(key);
260 auto lb = values->load_value_map.lower_bound(location);
281 auto store_loc_lb = values->store_loc_set.lower_bound(location);
693 auto lb = merge_map_.lower_bound(merge_names_);
728 auto lb = merge_map_.lower_bound(merge_names_);
847 auto lb = merge_map_.lower_bound(merge_names_);
976 auto lb = null_checked_.lower_bound(reg);
991 auto lb = range_checked_.lower_bound(key);
1061 auto lb = merge_map_.lower_bound(merge_names_);
1158 auto lb = non_aliasing_ifield_value_map_.lower_bound(lo
[all...]
/art/compiler/
H A Dimage_writer.cc560 auto it = existing_strings.lower_bound(new_string);
H A Doat_writer.cc367 auto lb = dedupe_map_.lower_bound(compiled_method);
511 auto lb = dedupe_map_.lower_bound(map);

Completed in 152 milliseconds