commit | b3937e31102538baf27a6e9088638c5e3ff1ca34 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon May 15 15:11:56 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue May 16 09:54:18 2017 -0700 |
tree | 599d6fe4f65f5837993d6936a8aae7537c4cabbb | |
parent | a1633a7077781d9c64a77b27deb1707d1a56906d [diff] |
ART: Collect instruction flags in a struct Use small backing types for the enums, where possible. Then collect the flags in a InstructionDescriptor struct. This improves locality for combined lookups, e.g., in the verifier. Bug: 10921004 Test: m test-art-host Change-Id: I2925bce59d2f6fa5fcd8da5007e9567562b1b070