Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc2135 auto secondary_lb = secondary_oat_dex_files_.lower_bound(key); in GetOatDexFile() local
2136 if (secondary_lb != secondary_oat_dex_files_.end() && key == secondary_lb->first) { in GetOatDexFile()
2137 oat_dex_file = secondary_lb->second; // May be null. in GetOatDexFile()
2152 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file); in GetOatDexFile()