diff options
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils.cc')
-rw-r--r-- | runtime/entrypoints/entrypoint_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/entrypoint_utils.cc b/runtime/entrypoints/entrypoint_utils.cc index a58946ae66..7fc8db375b 100644 --- a/runtime/entrypoints/entrypoint_utils.cc +++ b/runtime/entrypoints/entrypoint_utils.cc @@ -268,7 +268,7 @@ ObjPtr<mirror::MethodHandle> ResolveMethodHandleFromCode(ArtMethod* referrer, } ObjPtr<mirror::MethodType> ResolveMethodTypeFromCode(ArtMethod* referrer, - uint32_t proto_idx) { + dex::ProtoIndex proto_idx) { Thread::PoisonObjectPointersIfDebug(); ObjPtr<mirror::MethodType> method_type = referrer->GetDexCache()->GetResolvedMethodType(proto_idx); |