Searched refs:PutBefore (Results 1 - 6 of 6) sorted by last modified time

/art/runtime/
H A Doat_file.cc409 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file);
H A Dsafe_map.h96 iterator PutBefore(iterator pos, const K& k, const V& v) { function in class:art::SafeMap
/art/compiler/dex/
H A Dglobal_value_numbering.cc163 auto it = field_index_map_.PutBefore(lb, key, id);
177 auto it = array_location_map_.PutBefore(lb, key, location);
H A Dglobal_value_numbering.h93 global_value_map_.PutBefore(lb, key, res);
182 ref_set_map_.PutBefore(lb, ref_set, res);
H A Dlocal_value_numbering.cc200 lb = map->PutBefore(lb, key, AliasingValues(this));
265 values->load_value_map.PutBefore(lb, location, res);
313 auto it = dest->PutBefore(dest->end(), entry.first, AliasingValues(this));
511 dest->PutBefore(dest_end, entry.first, entry.second);
545 (this->*map_ptr).PutBefore((this->*map_ptr).end(), entry.first, entry.second);
698 merge_map_.PutBefore(lb, merge_names_, value_name);
704 sfield_value_map_.PutBefore(hint, field_id, value_name);
734 merge_map_.PutBefore(lb, merge_names_, value_name);
740 non_aliasing_ifield_value_map_.PutBefore(hint, field_loc, value_name);
748 auto it = (this->*map_ptr).PutBefore(hin
[all...]
/art/compiler/
H A Doat_writer.cc372 dedupe_map_.PutBefore(lb, compiled_method, quick_code_offset);
516 dedupe_map_.PutBefore(lb, map, offset_);

Completed in 84 milliseconds