Searched refs:secondary_lb (Results 1 – 1 of 1) sorted by relevance
1643 auto secondary_lb = secondary_oat_dex_files_.lower_bound(key); in GetOatDexFile() local1644 if (secondary_lb != secondary_oat_dex_files_.end() && key == secondary_lb->first) { in GetOatDexFile()1645 oat_dex_file = secondary_lb->second; // May be null. in GetOatDexFile()1660 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file); in GetOatDexFile()