Lines Matching refs:GetDexMethodIndex
74 GetDexMethodIndex(), in GetCanonicalMethod()
135 const dex::TypeIndex declaring_class_type = dex_file->GetMethodId(GetDexMethodIndex()).class_idx_; in FindObsoleteDexClassDefIndex()
184 const dex::MethodId& mid = dex_file->GetMethodId(GetDexMethodIndex()); in HasSameNameAndSignature()
186 const dex::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
190 const dex::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
236 const uint32_t dex_method_idx = GetDexMethodIndex(); in FindDexMethodIndexInOtherDexFile()
462 method->GetDexMethodIndex()); in FindOatMethodFromDexFileFor()
499 if (method->GetDexMethodIndex() == art_method.GetDexMethodIndex()) { in FindOatMethodFor()
511 method->GetDexMethodIndex())); in FindOatMethodFor()
523 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in EqualParameters()
552 return oat_dex_file->GetQuickenedInfoOf(dex_file, GetDexMethodIndex()); in GetQuickenedInfo()
816 std::string res(m->GetDexFile()->PrettyMethod(m->GetDexMethodIndex(), with_signature)); in PrettyMethod()