Fix -Wreorder-init-list warnings in metrics code
This CL fixes a few instances of 'reorder-init-list' warnings
within the ART codebase - in practice the code is already
working as intended (the warning message says the offending
field will be initialized after another field, respecting the
order of the fields in the declaration), but it's good to
remove a bit of noise during the compilation process.
Bug: 304475286
Test: m | grep 'reorder-init-list' | grep 'art' (with 0 matches)
Change-Id: I216b2cf146d1e71693a32eb53fca33f04dcb153c
2 files changed