diff options
Diffstat (limited to 'runtime/art_method.h')
| -rw-r--r-- | runtime/art_method.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h index 90b2406a1d..849af977e1 100644 --- a/runtime/art_method.h +++ b/runtime/art_method.h @@ -419,6 +419,8 @@ 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; |