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