commit | 4429b110c7b4d9bda2c31b4df257e840831d01f6 | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Wed Feb 24 15:16:46 2016 -0800 |
committer | buzbee <buzbee@google.com> | Wed Feb 24 15:16:46 2016 -0800 |
tree | ea4cdc5cb5df4c5b3e66d9adbd623eaf4cddaba3 | |
parent | db11e7ecc9c902ffde6336c261fe236299a81944 [diff] |
ART: Support interpreter switching in x86 mterp Because mterp only supports a subset of special modes and instrumentation, it needs to recognize when new instrumentation is added and bail out to the reference interpreter if needed. The arm and arm64 mterp targets do this. This CL adds the functionality to x86 mterp. Change-Id: I72783577e6f26b2695677b07d8fa57fb887a36c8