Searched refs:other_mid (Results 1 – 2 of 2) sorted by relevance
169 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile() local172 if (other_mid != nullptr) { in FindDexMethodIndexInOtherDexFile()173 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
4428 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() local4430 return mid_->name_idx_ == other_mid.name_idx_ && mid_->proto_idx_ == other_mid.proto_idx_; in HasSameNameAndSignature()4434 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_, in HasSameNameAndSignature()4439 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid); in HasSameNameAndSignature()