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

/art/runtime/
H A Dart_method.cc169 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( local
172 if (other_mid != nullptr) {
173 return other_dexfile.GetIndexForMethodId(*other_mid);
H A Dclass_linker.cc4428 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); local
4430 return mid_->name_idx_ == other_mid.name_idx_ && mid_->proto_idx_ == other_mid.proto_idx_;
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 100 milliseconds