commit | 7833bd261d78be2c42284031f169a62c9065cc3c | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Tue Aug 09 18:31:44 2011 -0400 |
committer | Jesse Wilson <jessewilson@google.com> | Wed Aug 10 15:24:37 2011 -0400 |
tree | 79b5625e5f2ef2f69bd6890de8e961548468b178 | |
parent | f7ed11ae81002f83b78012c4bbe01e5e994ecc3b [diff] |
Store static field values in arrays. Each static field is stored in one of three arrays: - references are stored in static_references_ - 64 bit primitives are stored in static_64bit_primitives_ - everything else is in static_32bit_primitives_ Change-Id: I1c0e182582f776c62edbd9bd97ffd4fd7e516c99