Searched refs:k_dex_cache (Results 1 – 1 of 1) sorted by relevance
1333 auto find_field_by_name_and_type = [&](ObjPtr<mirror::Class> k, ObjPtr<DexCache> k_dex_cache) in FindFieldImpl()1340 const DexFile& k_dex_file = *k_dex_cache->GetDexFile(); in FindFieldImpl()1378 ObjPtr<DexCache> k_dex_cache = k->GetDexCache(); in FindFieldImpl() local1379 if (k_dex_cache == dex_cache) { in FindFieldImpl()1401 auto [success, field] = find_field_by_name_and_type(k, k_dex_cache); in FindFieldImpl()