diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 3e3425f5ac..62804e79c5 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -498,9 +498,8 @@ class ClassLinker { std::string GetDescriptorForProxy(ObjPtr<mirror::Class> proxy_class) REQUIRES_SHARED(Locks::mutator_lock_); - // Get the oat code for a method when its class isn't yet initialized. - const void* GetQuickOatCodeFor(ArtMethod* method) - REQUIRES_SHARED(Locks::mutator_lock_); + // Get the correct entrypoint for a method as far as the class-linker is concerned. + const void* GetQuickEntrypointFor(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_); pid_t GetClassesLockOwner(); // For SignalCatcher. pid_t GetDexLockOwner(); // For SignalCatcher. |