diff options
| author | 2016-06-15 17:44:14 +0000 | |
|---|---|---|
| committer | 2016-06-15 17:44:14 +0000 | |
| commit | abdda2fb52eb7e9a6916899a913f78251d8ed277 (patch) | |
| tree | 165a31831ae077827b1e7b973bd5602125b5b142 /patchoat/patchoat.h | |
| parent | 2b87a47c09823031c4fe336dcef0867605debfd7 (diff) | |
| parent | badee9820fcf5dca5f8c46c3215ae1779ee7736e (diff) | |
Merge "Optimize IMT"
Diffstat (limited to 'patchoat/patchoat.h')
| -rw-r--r-- | patchoat/patchoat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchoat/patchoat.h b/patchoat/patchoat.h index 3ef837fde9..61ec695d83 100644 --- a/patchoat/patchoat.h +++ b/patchoat/patchoat.h @@ -117,6 +117,7 @@ class PatchOat { bool PatchImage(bool primary_image) SHARED_REQUIRES(Locks::mutator_lock_); void PatchArtFields(const ImageHeader* image_header) SHARED_REQUIRES(Locks::mutator_lock_); void PatchArtMethods(const ImageHeader* image_header) SHARED_REQUIRES(Locks::mutator_lock_); + void PatchImTables(const ImageHeader* image_header) SHARED_REQUIRES(Locks::mutator_lock_); void PatchImtConflictTables(const ImageHeader* image_header) SHARED_REQUIRES(Locks::mutator_lock_); void PatchInternedStrings(const ImageHeader* image_header) |