diff options
| author | 2016-06-29 08:40:14 +0000 | |
|---|---|---|
| committer | 2016-06-29 08:40:14 +0000 | |
| commit | e36389f20c83083c0aaba2dcac0888951e55cae1 (patch) | |
| tree | 3fe74b637f8dc90e3cbc8ad3949f3f340236537f /runtime/art_method.h | |
| parent | abf64415cf99a9a7ee048ae26c76f7bbe972a6b9 (diff) | |
| parent | d4ceecc85a5aab2ec23ea1bd010692ba8c8aaa0c (diff) | |
Merge "Revert "Refactor GetIMTIndex""
Diffstat (limited to 'runtime/art_method.h')
| -rw-r--r-- | runtime/art_method.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h index 849af977e1..90b2406a1d 100644 --- a/runtime/art_method.h +++ b/runtime/art_method.h @@ -419,8 +419,6 @@ class ArtMethod FINAL { ALWAYS_INLINE uint32_t GetDexMethodIndex() SHARED_REQUIRES(Locks::mutator_lock_); - ALWAYS_INLINE uint32_t GetImtIndex() SHARED_REQUIRES(Locks::mutator_lock_); - void SetDexMethodIndex(uint32_t new_idx) { // Not called within a transaction. dex_method_index_ = new_idx; |