diff options
author | Aart Bik <ajcbik@google.com> | 2016-02-22 16:22:33 -0800 |
---|---|---|
committer | Aart Bik <ajcbik@google.com> | 2016-02-23 11:11:29 -0800 |
commit | bf3f1cf15a021ea1ff8ae860c55e8281da4619b3 (patch) | |
tree | a3d5b50502673d96d270d97c6406d616a8d9b858 /compiler/optimizing/graph_visualizer.cc | |
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
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions