diff options
Diffstat (limited to 'runtime/class_linker.h')
| -rw-r--r-- | runtime/class_linker.h | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/runtime/class_linker.h b/runtime/class_linker.h index b0c02e538e..22a8c7f190 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -552,10 +552,6 @@ class ClassLinker {        REQUIRES_SHARED(Locks::mutator_lock_)        REQUIRES(!Roles::uninterruptible_); -  ObjPtr<mirror::IfTable> AllocIfTable(Thread* self, size_t ifcount) -      REQUIRES_SHARED(Locks::mutator_lock_) -      REQUIRES(!Roles::uninterruptible_); -    ObjPtr<mirror::ObjectArray<mirror::StackTraceElement>> AllocStackTraceElementArray(Thread* self,                                                                                       size_t length)        REQUIRES_SHARED(Locks::mutator_lock_) @@ -1172,14 +1168,6 @@ class ClassLinker {        const dex::MethodHandleItem& method_handle,        ArtMethod* referrer) REQUIRES_SHARED(Locks::mutator_lock_); -  // Sets up the interface lookup table (IFTable) in the correct order to allow searching for -  // default methods. -  bool SetupInterfaceLookupTable(Thread* self, -                                 Handle<mirror::Class> klass, -                                 Handle<mirror::ObjectArray<mirror::Class>> interfaces) -      REQUIRES_SHARED(Locks::mutator_lock_); - -    enum class DefaultMethodSearchResult {      kDefaultFound,      kAbstractFound, |