commit | 091440a9cb9d4f42406631004aa484cbb79214ca | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Wed Mar 18 14:16:05 2015 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Fri Mar 20 11:15:54 2015 -0700 |
tree | 828aaa4033c73fe84a2e7e567c9cc4909c5a014f | |
parent | f846b9054c90e73cb824310e75ea904b5a459c01 [diff] |
Reducing method count by eliminating synthetic accessors Elimates 304 methods based on dex analysis The java compiler generates sythetic accessor methods for all private fields, methods and contructors accessed from inner classes. By marking them package-private and @Thunk instead, sythentic accessor methods are no longer needeed. These annotated elements should be treated as private. Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26