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

/art/runtime/
H A Dclass_linker.cc4427 const DexFile* other_dex_file = other->GetDexFile(); local
4428 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex());
4429 if (dex_file_ == other_dex_file) {
4434 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_,
4439 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid);

Completed in 116 milliseconds