Searched refs:secondary_lb (Results 1 – 1 of 1) sorted by relevance
392 auto secondary_lb = secondary_oat_dex_files_.lower_bound(key); in GetOatDexFile() local393 if (secondary_lb != secondary_oat_dex_files_.end() && key == secondary_lb->first) { in GetOatDexFile()394 oat_dex_file = secondary_lb->second; // May be nullptr. in GetOatDexFile()409 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file); in GetOatDexFile()