Searched refs:PutBefore (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | safe_map.h | 126 iterator PutBefore(const_iterator pos, const K& k, const V& v) { in PutBefore() function 132 iterator PutBefore(const_iterator pos, const K& k, V&& v) { in PutBefore() function 159 auto it = PutBefore(lb, k, create()); in GetOrCreate()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 432 auto it = thunks_.PutBefore(lb, key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches()
|
/art/runtime/oat/ |
D | oat_file.cc | 2152 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file); in GetOatDexFile()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1219 profile_index_it = profile_key_map_.PutBefore(profile_index_it, new_key, new_profile_index); in GetOrAddDexFileData()
|