commit | 0d896bd7da4f7b11559aa88aad82e9a9e170a4e4 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri May 25 00:20:27 2018 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue May 29 10:20:59 2018 -0700 |
tree | 44a9278d98ace169e8296feba98038c173f29eaf | |
parent | 267c83529850f51cd690b3e31882aaae98601afd [diff] |
Add Method/Field iterator to ClassAccessor Enables ranged based for loops on fields and methods. For visiting both fields and methods, VisitFieldsAndMethods will be faster because of not needing to decode the fields twice for seeking purposes. Added test. Bug: 79758018 Bug: 77709234 Test: test-art-host-gtest Change-Id: I593e23ccd138b87a27d8bab6927ff2b685c057f3