diff options
Diffstat (limited to 'runtime/class_linker.h')
| -rw-r--r-- | runtime/class_linker.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 0d32271389..c40cea334a 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -718,9 +718,6 @@ class ClassLinker { REQUIRES(!Locks::classlinker_classes_lock_) REQUIRES_SHARED(Locks::mutator_lock_); - static bool ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code) - REQUIRES_SHARED(Locks::mutator_lock_); - static bool IsBootClassLoader(ScopedObjectAccessAlreadyRunnable& soa, ObjPtr<mirror::ClassLoader> class_loader) REQUIRES_SHARED(Locks::mutator_lock_); |