commit | c6d2470eec726ae0ad95e4fd2d9d7da7cb2cdcba | [log] [tgz] |
---|---|---|
author | Dan Bornstein <danfuzz@android.com> | Mon Apr 11 17:08:20 2011 -0700 |
committer | Dan Bornstein <danfuzz@android.com> | Wed Apr 13 16:22:47 2011 -0700 |
tree | e6dda304a37363526788a42556cfe1c9148a0c49 | |
parent | 409aa22f2103aa84abb30dede3ba8a86908ee2f3 [diff] |
Add a class flag CLASS_ISCLASS. This flag is only turned on for the unique class Class, and it is meant to make it possible to quickly test objects for "classiness" as well as trivially figure out if one is looking at the class Class itself. Bonus: Made a few places that directly set class->accessFlags use the prescribed macro for doing same. Change-Id: I89fce708c407b597f28ce610b778123f5dcaecf6