diff options
Diffstat (limited to 'runtime/scoped_thread_state_change.h')
-rw-r--r-- | runtime/scoped_thread_state_change.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/scoped_thread_state_change.h b/runtime/scoped_thread_state_change.h index 04fd9141ea..65362c8d24 100644 --- a/runtime/scoped_thread_state_change.h +++ b/runtime/scoped_thread_state_change.h @@ -98,10 +98,6 @@ class ScopedObjectAccessAlreadyRunnable : public ValueObject { jfieldID EncodeField(ArtField* field) const REQUIRES_SHARED(Locks::mutator_lock_); - ArtMethod* DecodeMethod(jmethodID mid) const REQUIRES_SHARED(Locks::mutator_lock_); - - jmethodID EncodeMethod(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_lock_); - ALWAYS_INLINE bool IsRunnable() const; protected: |