commit | bf3f1cf15a021ea1ff8ae860c55e8281da4619b3 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Mon Feb 22 16:22:33 2016 -0800 |
committer | Aart Bik <ajcbik@google.com> | Tue Feb 23 11:11:29 2016 -0800 |
tree | a3d5b50502673d96d270d97c6406d616a8d9b858 | |
parent | 07f7affb338b529d34e4e18b7e8a631c16bd9765 [diff] |
Improved instruction + offset hunting. Rationale: This is generally useful for anything using this method but in particular for deopting something like bs[ off] = (byte)(n >>> 24); bs[++off] = (byte)(n >>> 16); bs[++off] = (byte)(n >>> 8); bs[++off] = (byte)(n ); where the base + offset is hidden in the increments. Occurs quite often in real-life code. Change-Id: I3fa7d285a7368a179a26e590e8eee37f3b64c25d