commit | 5e26eb1dc8ea89b2ebf4ce4b40cbe18542758fbd | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Aug 22 17:54:17 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Aug 22 21:30:40 2016 -0700 |
tree | ac8eaad8db47f667e3290e63f52f6e1c06f9fbad | |
parent | cf834d00de838272cf28f2382ffc26fe716aae5c [diff] |
ART: Clean up interpreter includes Move goto-interpreter special-cased Clang declarations to goto implementation file. Separate out declarations into their own headers. Tag the declarations with thread safety annotations. Minor compile-time impact when running with -j1. Change-Id: I03664d4e7dc6361b2510a8c9beb693d23a657c9d Test: m test-art-host Test: m ART_TEST_INTERPRETER=true test-art-host