Searched refs:PutBefore (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | safe_map.h | 106 iterator PutBefore(const_iterator pos, const K& k, const V& v) { in PutBefore() function 112 iterator PutBefore(const_iterator pos, const K& k, V&& v) { in PutBefore() function 139 auto it = PutBefore(lb, k, create()); in GetOrCreate()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 419 auto it = thunks_.PutBefore(lb, key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches()
|
/art/runtime/ |
D | oat_file.cc | 1833 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file); in GetOatDexFile()
|