Home
last modified time | relevance | path

Searched refs:other_dex_file (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc4427 const DexFile* other_dex_file = other->GetDexFile(); in HasSameNameAndSignature() local
4428 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
4429 if (dex_file_ == other_dex_file) { 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()