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

/art/runtime/
H A Dclass_linker.cc5730 const DexFile* other_dex_file = other->GetDexFile(); local
5731 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex());
5732 if (dex_file_ == other_dex_file) {
5737 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_,
5742 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid);

Completed in 54 milliseconds