commit | 5dc5727261e87ba8a418e2d0e970c75f67e4ab79 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Feb 05 14:53:36 2014 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Fri Feb 07 14:13:43 2014 +0000 |
tree | ef722d79fb041864aca76a0243271c6edc7a9bd6 | |
parent | a52214230ad091359956ed7566670963aedf2045 [diff] |
Check FastInstance() early for special getters and setters. Perform the FastInstance() check for getters and setters when they are detected by the inliner. This will help avoid the FastInstance() check for inlining. We also record the field offset and whether the field is volatile and whether the method is static for use when inlining or generating the special accessors. Change-Id: I3f832fc9ae263883b8a984be89a3b7793398b55a