Home | History | Annotate | Download | only in runtime

Lines Matching refs:other_dex_file

6146     const DexFile* other_dex_file = other->GetDexFile();
6147 const dex::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex());
6148 if (dex_file_ == other_dex_file) {
6153 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_,
6158 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid);