Searched refs:lhs_dex_file (Results 1 – 2 of 2) sorted by relevance
615 const DexFile* lhs_dex_file = lhs_it->first; in Equals() local617 if (lhs_dex_file != rhs_dex_file) { in Equals()
1283 const DexFile& lhs_dex_file = lhs->GetDeclaringClass<kWithoutReadBarrier>()->GetDexFile(); in MethodSignatureEquals() local1285 const dex::MethodId& lhs_mid = lhs_dex_file.GetMethodId(lhs->GetDexMethodIndex()); in MethodSignatureEquals()1287 if (&lhs_dex_file == &rhs_dex_file) { in MethodSignatureEquals()1292 lhs_dex_file.GetMethodNameView(lhs_mid) == rhs_dex_file.GetMethodNameView(rhs_mid) && in MethodSignatureEquals()1293 lhs_dex_file.GetMethodSignature(lhs_mid) == rhs_dex_file.GetMethodSignature(rhs_mid); in MethodSignatureEquals()