Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetMethodId

132   const dex::TypeIndex declaring_class_type = dex_file->GetMethodId(GetDexMethodIndex()).class_idx_;
144 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx);
191 const DexFile::MethodId& mid = dex_file->GetMethodId(GetDexMethodIndex());
193 const DexFile::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex());
197 const DexFile::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex());
244 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx);
245 const DexFile::MethodId& name_and_sig_mid = other_dexfile.GetMethodId(name_and_signature_idx);
562 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex());