Home
last modified time | relevance | path

Searched refs:PutBefore (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dsafe_map.h103 iterator PutBefore(const_iterator pos, const K& k, const V& v) { in PutBefore() function
109 iterator PutBefore(const_iterator pos, const K& k, V&& v) { in PutBefore() function
136 auto it = PutBefore(lb, k, create()); in GetOrCreate()
Doat_file.cc1252 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file); in GetOatDexFile()
/art/compiler/optimizing/
Ddex_cache_array_fixups_arm.cc97 dex_cache_array_bases_.PutBefore(lb, &dex_file, base); in GetOrCreateDexCacheArrayBase()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc337 auto it = thunks_.PutBefore(lb, key, ThunkData(CompileThunk(key), max_next_offset)); in ProcessPatches()