diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index f97433c0b7..e436b99c4d 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -371,6 +371,9 @@ class ClassLinker { REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!Locks::dex_lock_, !Roles::uninterruptible_); + mirror::MethodType* ResolveMethodType(uint32_t proto_idx, ArtMethod* referrer) + REQUIRES_SHARED(Locks::mutator_lock_); + // Resolve a method handle with a given ID from the DexFile. The // result is not cached in the DexCache as the instance will only be // used once in most circumstances. |