diff options
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils.h')
-rw-r--r-- | runtime/entrypoints/entrypoint_utils.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/entrypoints/entrypoint_utils.h b/runtime/entrypoints/entrypoint_utils.h index eed08aabad..fe85887f05 100644 --- a/runtime/entrypoints/entrypoint_utils.h +++ b/runtime/entrypoints/entrypoint_utils.h @@ -137,11 +137,10 @@ inline ArtField* FindFieldFast(uint32_t field_idx, REQUIRES_SHARED(Locks::mutator_lock_); // Fast path method resolution that can't throw exceptions. +template <InvokeType type, bool access_check> inline ArtMethod* FindMethodFast(uint32_t method_idx, ObjPtr<mirror::Object> this_object, - ArtMethod* referrer, - bool access_check, - InvokeType type) + ArtMethod* referrer) REQUIRES_SHARED(Locks::mutator_lock_); inline mirror::Class* ResolveVerifyAndClinit(dex::TypeIndex type_idx, |