Searched refs:PutBefore (Results 1 – 6 of 6) sorted by relevance
/art/compiler/dex/ |
D | global_value_numbering.h | 93 global_value_map_.PutBefore(lb, key, res); in LookupValue() 182 ref_set_map_.PutBefore(lb, ref_set, res); in GetRefSetId()
|
D | local_value_numbering.cc | 200 lb = map->PutBefore(lb, key, AliasingValues(this)); in GetAliasingValues() 265 values->load_value_map.PutBefore(lb, location, res); in HandleAliasingValuesGet() 313 auto it = dest->PutBefore(dest->end(), entry.first, AliasingValues(this)); in CopyAliasingValuesMap() 511 dest->PutBefore(dest_end, entry.first, entry.second); in CopyLiveSregValues() 545 (this->*map_ptr).PutBefore((this->*map_ptr).end(), entry.first, entry.second); in IntersectSregValueMaps() 698 merge_map_.PutBefore(lb, merge_names_, value_name); in MergeSFieldValues() 704 sfield_value_map_.PutBefore(hint, field_id, value_name); in MergeSFieldValues() 734 merge_map_.PutBefore(lb, merge_names_, value_name); in MergeNonAliasingIFieldValues() 740 non_aliasing_ifield_value_map_.PutBefore(hint, field_loc, value_name); in MergeNonAliasingIFieldValues() 748 auto it = (this->*map_ptr).PutBefore(hint, key, AliasingValues(this)); in MergeAliasingValues() [all …]
|
D | global_value_numbering.cc | 163 auto it = field_index_map_.PutBefore(lb, key, id); in GetFieldId() 177 auto it = array_location_map_.PutBefore(lb, key, location); in GetArrayLocation()
|
/art/runtime/ |
D | safe_map.h | 96 iterator PutBefore(iterator pos, const K& k, const V& v) { in PutBefore() function
|
D | oat_file.cc | 402 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file); in GetOatDexFile()
|
/art/compiler/ |
D | oat_writer.cc | 369 dedupe_map_.PutBefore(lb, compiled_method, quick_code_offset); in VisitMethod() 508 dedupe_map_.PutBefore(lb, map, offset_); in VisitMethod()
|