Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDexMethodIndex

2409       if (method->GetDexMethodIndex() ==
2410 declaring_class->GetVirtualMethod(i)->GetDexMethodIndex()) {
2421 method->GetDexMethodIndex()));
3962 uint32_t method_idx = proxy_method->GetDexMethodIndex();
3979 proxy_class->GetDexCache()->SetResolvedMethod(proxy_constructor->GetDexMethodIndex(),
4008 prototype->GetDeclaringClass()->GetDexCache()->SetResolvedMethod(prototype->GetDexMethodIndex(),
4045 CHECK_EQ(prototype->GetDexMethodIndex(), method->GetDexMethodIndex());
4808 dex_file_(method->GetDexFile()), mid_(&dex_file_->GetMethodId(method->GetDexMethodIndex())),
4824 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex());
5186 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize;
5260 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize;